Skip to content

Commit

Permalink
v1.3.1 Rollup
Browse files Browse the repository at this point in the history
*Version Bump to v1.3.1.
  • Loading branch information
rayliverified committed Dec 29, 2017
1 parent 5b9638b commit 61483b3
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 16
versionName "1.3.0"
versionCode 17
versionName "1.3.1"
}
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.0</string>
<string name="app_version">v1.3.1</string>
<string name="app_package">stream.rocketnotes</string>

<!-- Settings Page -->
Expand Down

0 comments on commit 61483b3

Please sign in to comment.