Skip to content

Commit

Permalink
Bump version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed May 4, 2017
1 parent af05279 commit 7e3bac6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions snooder21/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ru.exlmoto.snood21"
minSdkVersion 8
targetSdkVersion 23
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion snooder21/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="players_list">Список игроков</string>
<string name="scores_list">0</string>
<string name="animation_label">Скорость анимации:</string>
<string name="version">v1.1 | 04-FEB-2017</string>
<string name="version">v1.2 | 05-MAY-2017</string>
<string name="ok">OK</string>
<string name="icon_desc">Иконка Snooder 21</string>
<string name="theme_label">Тема</string>
Expand Down
2 changes: 1 addition & 1 deletion snooder21/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="players_list">Players List</string>
<string name="scores_list">0</string>
<string name="animation_label">Animations Speed:</string>
<string name="version">v1.1 | 04-FEB-2017</string>
<string name="version">v1.2 | 05-MAY-2017</string>
<string name="ok">OK</string>
<string name="icon_desc">Icon Snooder 21</string>
<string name="theme_label">Theme</string>
Expand Down

0 comments on commit 7e3bac6

Please sign in to comment.