Skip to content

Commit

Permalink
Update readme, bump version number for release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasCz committed Feb 8, 2016
1 parent 17be9a3 commit a3f2236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a3f2236

Please sign in to comment.