Skip to content

Commit 7e2f5cc

Browse files
committed
Welcome to the beta 1.1 !
1 parent b04a98c commit 7e2f5cc

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 8
2323
targetSdkVersion 18
24-
versionCode 6
25-
versionName "b.1.0"
24+
versionCode 7
25+
versionName "b.1.1"
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="1"
5-
android:versionName="1.0">
4+
android:versionCode="7"
5+
android:versionName="b.1.1">
66

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

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

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

7070
<!-- About Fragment -->
7171
<string name="about_title">Chase Whisply</string>
72-
<string name="about_version_detail">version Beta.1.0</string>
72+
<string name="about_version_detail">version Beta.1.1</string>
7373
<string name="about_developer_card_title">Développeurs</string>
7474
<string name="about_tbarthel_name">Thomas \"Tbarthel\" Barthélémy</string>
7575
<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
@@ -65,7 +65,7 @@
6565

6666
<!-- About Fragment -->
6767
<string name="about_title">Chase Whisply</string>
68-
<string name="about_version_detail">version Beta.1.0</string>
68+
<string name="about_version_detail">version Beta.1.1</string>
6969
<string name="about_developer_card_title">Developers</string>
7070
<string name="about_tbarthel_name">Thomas \"Tbarthel\" Barthélémy</string>
7171
<string name="about_vbarthel_name">Vincent \"Vbarthel\" Barthélémy</string>

0 commit comments

Comments
 (0)