Skip to content

Commit

Permalink
Increased version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jklmnn committed Jan 31, 2017
1 parent 1a8e145 commit c2c10d3
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 @@ -8,8 +8,8 @@ android {
applicationId "de.jkliemann.parkendd"
minSdkVersion 14
targetSdkVersion 22
versionCode 25
versionName "1.2.0"
versionCode 26
versionName "1.2.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
Expand Up @@ -2,7 +2,7 @@
<resources tools:ignore="MissingTranslation" xmlns:tools="http://schemas.android.com/tools">
<!--Meta-->
<string name="app_name" translatable="false">ParkenDD</string>
<string name="version" translatable="false">1.2.0</string>
<string name="version" translatable="false">1.2.1</string>
<!--actions-->
<string name="action_settings">Settings</string>
<string name="action_forecast">Forecast</string>
Expand Down

0 comments on commit c2c10d3

Please sign in to comment.