diff --git a/package.json b/package.json index 3a06bab..9f1e07a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drop", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "license": "AGPL-3.0-or-later", diff --git a/server/internal/consts.ts b/server/internal/consts.ts index 63e6284..e7ab1cb 100644 --- a/server/internal/consts.ts +++ b/server/internal/consts.ts @@ -1 +1 @@ -export const DROP_VERSION = "0.3.0"; +export const DROP_VERSION = "0.3.1";