diff --git a/README.md b/README.md index ac42c187..55e6f102 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0) - + # Major enhancements in this fork are: - Individual sync conditions can be applied per device and per folder (for expert users). diff --git a/app/build.gradle b/app/build.gradle index 11293016..1a7c51e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4179 - versionName "0.14.53.1" + versionCode 4180 + versionName "0.14.54.1" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig diff --git a/app/src/main/play/en-GB/whatsnew b/app/src/main/play/en-GB/whatsnew index 5bb3a52c..dcbc29b2 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,5 +1,5 @@ Maintenance -* Updated syncthing core to v0.14.53 +* Updated syncthing core to v0.14.54 Enhancements * Added "Recent changes" UI, click files to open [NEW] * Specify sync conditions differently for each folder, device [NEW]