diff --git a/README.md b/README.md index a7ea632..ea0506c 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ If you can fix any of these issues, please do submit a PR! * General stability and reliability fixes. +* Import / export feature. + +* Code cleanup and refactoring. + +* Externalize strings - translations. + #### This app uses: * [FuzzyDateFormatter](http://github.com/igstan/fuzzyDateFormatter/) diff --git a/app/build.gradle b/app/build.gradle index 12611de..9bca743 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "jonas.tool.saveForOffline" minSdkVersion 16 targetSdkVersion 19 - versionCode 20 - versionName "3.1.5-1" + versionCode 21 + versionName "3.1.6" } buildTypes { release {