diff --git a/CHANGELOG.md b/CHANGELOG.md index 08391dbe55..10cf40fb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.1.5] - 2024-05-28 + +### Fixed + +* [native] fix tree loading mechanism that would cause issues with syncing + ## [5.1.4] - 2024-05-21 ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index bcffdd588b..874ea6605a 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 5001004 - versionName "5.1.4" + versionCode 5001005 + versionName "5.1.5" 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.json b/manifest.json index 9d6e24e1b1..33e4f907aa 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "floccus bookmarks sync", "short_name": "floccus", - "version": "5.1.4.2", + "version": "5.1.5", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons/logo.png", diff --git a/package-lock.json b/package-lock.json index ece7b2464b..cc1ad7fe8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "floccus", - "version": "5.1.4", + "version": "5.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "floccus", - "version": "5.1.4", + "version": "5.1.5", "license": "MPL-2.0", "dependencies": { "@byteowls/capacitor-oauth2": "5.x", diff --git a/package.json b/package.json index 2593ada862..1734f3427e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "floccus", - "version": "5.1.4", + "version": "5.1.5", "description": "Sync your bookmarks privately across browsers and devices", "scripts": { "build": "gulp",