diff --git a/README.md b/README.md index 61694b75d7..547f45279b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Linux | Get it on Google Play | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v2.1.3/joplin-v2.1.3.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v2.1.3/joplin-v2.1.3-32bit.apk) +Android | Get it on Google Play | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v2.1.4/joplin-v2.1.4.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v2.1.4/joplin-v2.1.4-32bit.apk) iOS | Get it on the App Store | - ## Terminal application diff --git a/packages/app-desktop/package-lock.json b/packages/app-desktop/package-lock.json index 398654068d..c23c6f8ad6 100644 --- a/packages/app-desktop/package-lock.json +++ b/packages/app-desktop/package-lock.json @@ -1,6 +1,6 @@ { "name": "@joplin/app-desktop", - "version": "2.1.7", + "version": "2.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/app-desktop/package.json b/packages/app-desktop/package.json index 767a3453bc..b003ce4e98 100644 --- a/packages/app-desktop/package.json +++ b/packages/app-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@joplin/app-desktop", - "version": "2.1.7", + "version": "2.1.8", "description": "Joplin for Desktop", "main": "main.js", "private": true, diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index 11937c8804..dc08b77fc4 100644 --- a/packages/app-mobile/android/app/build.gradle +++ b/packages/app-mobile/android/app/build.gradle @@ -141,8 +141,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097638 - versionName "2.1.3" + versionCode 2097639 + versionName "2.1.4" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" } diff --git a/readme/changelog_android.md b/readme/changelog_android.md index 6b82a072c2..9322e81e09 100644 --- a/readme/changelog_android.md +++ b/readme/changelog_android.md @@ -1,5 +1,10 @@ # Joplin Android app changelog +## [android-v2.1.4](https://github.com/laurent22/joplin/releases/tag/android-v2.1.4) - 2021-07-03T08:31:36Z + +- Fixed: Fixes #5133: Items keep being uploaded to Joplin Server after a note has been shared. +- Fixed: Fixed issue where untitled notes where created after a note had been shared and synced + ## [android-v2.1.3](https://github.com/laurent22/joplin/releases/tag/android-v2.1.3) - 2021-06-27T13:34:12Z - New: Add support for X-API-MIN-VERSION header (51f3c00)