Skip to content

Commit

Permalink
Welcome to the beta 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Dec 30, 2013
1 parent 688d03b commit 78fd7dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ChaseWhisply/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 18
versionCode 19
versionName "b.3.2.2"
versionCode 20
versionName "b.3.3.0"
}
}
4 changes: 2 additions & 2 deletions ChaseWhisply/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.tvbarthel.games.chasewhisply"
android:versionCode="19"
android:versionName="b.3.2.2">
android:versionCode="20"
android:versionName="b.3.3.0">

<uses-sdk
android:minSdkVersion="9"
Expand Down
2 changes: 1 addition & 1 deletion ChaseWhisply/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

<!-- About Fragment -->
<string name="about_title">Chase Whisply</string>
<string name="about_version_detail">version Beta.3.2</string>
<string name="about_version_detail">version Beta.3.3</string>
<string name="about_developer_card_title">Développeurs</string>
<string name="about_tbarthel_name">Thomas \"Tbarthel\" Barthélémy</string>
<string name="about_vbarthel_name">Vincent \"Vbarthel\" Barthélémy</string>
Expand Down
2 changes: 1 addition & 1 deletion ChaseWhisply/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<!-- About Fragment -->
<string name="about_title">Chase Whisply</string>
<string name="about_version_detail">verzia Beta.3.2</string>
<string name="about_version_detail">verzia Beta.3.3</string>
<string name="about_developer_card_title">Vývojári</string>
<string name="about_tbarthel_name">Thomas \"Tbarthel\" Barthélémy</string>
<string name="about_vbarthel_name">Vincent \"Vbarthel\" Barthélémy</string>
Expand Down
2 changes: 1 addition & 1 deletion ChaseWhisply/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

<!-- About Fragment -->
<string name="about_title">Chase Whisply</string>
<string name="about_version_detail">version Beta.3.2</string>
<string name="about_version_detail">version Beta.3.3</string>
<string name="about_developer_card_title">Developers</string>
<string name="about_tbarthel_name">Thomas “Tbarthel” Barthélémy</string>
<string name="about_vbarthel_name">Vincent “Vbarthel” Barthélémy</string>
Expand Down

0 comments on commit 78fd7dc

Please sign in to comment.