From f2095d250720b78c2f06edb2b9c7435ba69e9fa2 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 12 Sep 2024 16:16:48 +0200 Subject: [PATCH] v5.3.0-beta.1 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 6 ++++++ manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- manifest.json | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb4ed86e9..b6039f7fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.3.0-beta.1] - 2024-09-12 + +### New + +* Add support for Linkwarden + ## [5.2.7] - 2024-09-03 ### Fixed diff --git a/manifest.chrome.json b/manifest.chrome.json index 2c8944a2b3..918a25dad6 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.2.7", + "version": "5.3.0.1", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index a218b421cd..309460a861 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.2.7", + "version": "5.3.0.1", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.json b/manifest.json index 2c8944a2b3..918a25dad6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.2.7", + "version": "5.3.0.1", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package.json b/package.json index cf899d1e07..de75ddc512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "5.2.7", + "version": "5.3.0-beta.1", "description": "Sync your bookmarks privately across browsers and devices", "scripts": { "build": "NODE_OPTIONS=--max-old-space-size=5000 gulp",