From 9d92846c1f10727175b2e290b3c797320eba3a24 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 28 May 2024 10:10:18 +0200 Subject: [PATCH] v5.1.7 Signed-off-by: Marcel Klehr --- CHANGELOG.md | 4 ++-- android/app/build.gradle | 4 ++-- manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7394350e7..2a7773ba76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [5.1.6] - 2024-05-28 +## [5.1.7] - 2024-05-28 ### Fixed -* [native] Don't load tree in a loop +* [native] Don't reload tree in TREE_LOAD ## [5.1.5] - 2024-05-28 diff --git a/android/app/build.gradle b/android/app/build.gradle index 49883d4959..58c143dd8e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.handmadeideas.floccus" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 5001006 - versionName "5.1.6" + versionCode 5001007 + versionName "5.1.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/manifest.chrome.json b/manifest.chrome.json index 3e4afdbf58..f19cc892b3 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.1.6", + "version": "5.1.7", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.firefox.json b/manifest.firefox.json index 86901a238b..0e97bf67ce 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.1.6", + "version": "5.1.7", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/manifest.json b/manifest.json index 86901a238b..0e97bf67ce 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.1.6", + "version": "5.1.7", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package-lock.json b/package-lock.json index cc1ad7fe8e..83a8b067b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "floccus", - "version": "5.1.5", + "version": "5.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "floccus", - "version": "5.1.5", + "version": "5.1.7", "license": "MPL-2.0", "dependencies": { "@byteowls/capacitor-oauth2": "5.x", diff --git a/package.json b/package.json index 1734f3427e..141760f2ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "5.1.5", + "version": "5.1.7", "description": "Sync your bookmarks privately across browsers and devices", "scripts": { "build": "gulp",