Skip to content

Commit

Permalink
Change version to Beta 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Aug 6, 2013
1 parent fdd604f commit f970fde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChaseWhisply/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 18
versionCode 5
versionName "b.0.2"
versionCode 6
versionName "b.1.0"
}
}
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 @@ -69,7 +69,7 @@

<!-- About Fragment -->
<string name="about_title">Chase Whisply</string>
<string name="about_version_detail">version Beta.0.2</string>
<string name="about_version_detail">version Beta.1.0</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/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<!-- About Fragment -->
<string name="about_title">Chase Whisply</string>
<string name="about_version_detail">version Beta.0.2</string>
<string name="about_version_detail">version Beta.1.0</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 f970fde

Please sign in to comment.