diff --git a/CHANGELOG.md b/CHANGELOG.md index cae909c2b3..26410b20ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.2.14 + +- FIX: Unlock input field + ## v3.2.13 - FIX: Unlock input field diff --git a/manifest.json b/manifest.json index 4c017ff9bb..5faa163d49 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus", "short_name": "floccus", - "version": "3.2.13", + "version": "3.2.14", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "icons": { "48": "icons/logo.png", diff --git a/package.json b/package.json index 3b919f816c..42da1efaa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "3.2.13", + "version": "3.2.14", "description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)", "main": "index.js", "scripts": {