Skip to content

Commit

Permalink
Increase version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Mar 23, 2016
1 parent 0c44ee0 commit 857c9ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Stately

### Revision History

* **1.4.2** - Additional safety checks, bug fixes and improvements.
* **1.4.1** - Bug fixes and improvements.
* **1.4.0** - Telegram support, increased network timeout.
* **1.3.4** - Bug fixes and improvements.
Expand Down
4 changes: 2 additions & 2 deletions Stately/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.lloydtorres.stately"
minSdkVersion 16
targetSdkVersion 23
versionCode 15
versionName "1.4.1"
versionCode 16
versionName "1.4.2"
generatedDensities = []
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions Stately/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">Stately</string>
<string name="app_header">Stately/1.4.1 (User %1$s)</string>
<string name="app_header_nouser">Stately/1.4.1 (No User)</string>
<string name="app_header">Stately/1.4.2 (User %1$s)</string>
<string name="app_header_nouser">Stately/1.4.2 (No User)</string>

<!-- Login -->
<string name="username_hint">Nation Name</string>
Expand Down

0 comments on commit 857c9ad

Please sign in to comment.