Skip to content

Commit 69f5475

Browse files
committed
Welcom to the beta 3.0
1 parent ef1b827 commit 69f5475

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ChaseWhisply/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
defaultConfig {
2222
minSdkVersion 9
2323
targetSdkVersion 18
24-
versionCode 14
25-
versionName "b.2.3"
24+
versionCode 15
25+
versionName "b.3.0"
2626
}
2727
}

ChaseWhisply/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="fr.tvbarthel.games.chasewhisply"
4-
android:versionCode="14"
5-
android:versionName="b.2.3">
4+
android:versionCode="15"
5+
android:versionName="b.3.0">
66

77
<uses-sdk
88
android:minSdkVersion="9"

ChaseWhisply/src/main/res/values-fr/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
<!-- About Fragment -->
8282
<string name="about_title">Chase Whisply</string>
83-
<string name="about_version_detail">version Beta.2.3</string>
83+
<string name="about_version_detail">version Beta.3.0</string>
8484
<string name="about_developer_card_title">Développeurs</string>
8585
<string name="about_tbarthel_name">Thomas \"Tbarthel\" Barthélémy</string>
8686
<string name="about_vbarthel_name">Vincent \"Vbarthel\" Barthélémy</string>

ChaseWhisply/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
<!-- About Fragment -->
8080
<string name="about_title">Chase Whisply</string>
81-
<string name="about_version_detail">version Beta.2.3</string>
81+
<string name="about_version_detail">version Beta.3.0</string>
8282
<string name="about_developer_card_title">Developers</string>
8383
<string name="about_tbarthel_name">Thomas \"Tbarthel\" Barthélémy</string>
8484
<string name="about_vbarthel_name">Vincent \"Vbarthel\" Barthélémy</string>

0 commit comments

Comments
 (0)