Skip to content

Commit

Permalink
v1.4.0 Rollup
Browse files Browse the repository at this point in the history
*Version Bump to v1.4.0.
  • Loading branch information
rayliverified committed Feb 23, 2018
1 parent e7e5dc2 commit ba9157d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "stream.rocketnotes"
minSdkVersion 16
targetSdkVersion 27
versionCode 17
versionName "1.3.1"
versionCode 18
versionName "1.4.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Rocket Notes</string>
<string name="app_version">v1.3.1</string>
<string name="app_version">v1.4.0</string>
<string name="app_package">stream.rocketnotes</string>

<!-- Settings Page -->
Expand Down

0 comments on commit ba9157d

Please sign in to comment.