diff --git a/CHANGELOG.md b/CHANGELOG.md index d731160c..7e80f667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +... + +## 5.3.1 - 2025.01.22 + ### Fixed - Drag and Drop: correctly handle dragging bookmarks in bookmarks sub-panel diff --git a/package-lock.json b/package-lock.json index 6ffcb550..ded98402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sidebery", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sidebery", - "version": "5.3.0", + "version": "5.3.1", "license": "MIT", "dependencies": { "vue": "3.5.13" diff --git a/package.json b/package.json index aa088989..a65f0732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sidebery", - "version": "5.3.0", + "version": "5.3.1", "description": "Manage your tabs and bookmarks in sidebar", "main": "index.js", "type": "module", diff --git a/src/manifest.json b/src/manifest.json index e6edc606..c9cd2c25 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ }, "author": "mbnuqw", "name": "__MSG_ExtName__", - "version": "5.3.0", + "version": "5.3.1", "default_locale": "en", "description": "__MSG_ExtDesc__", "homepage_url": "https://github.com/mbnuqw/sidebery",