Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Change version to 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
souch committed May 28, 2015
1 parent 79a4c92 commit 96a715a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "souch.smp"
minSdkVersion 8
targetSdkVersion 10
versionCode 8
versionName '0.7'
versionCode 9
versionName '0.8'
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<string name="settings_about_summary">Some info on app and author.</string>

<string name="settings_version_title">Version number</string>
<string name="settings_version">0.7</string>
<string name="settings_version">0.8</string>
<string name="settings_author_title">Author</string>
<string name="settings_author">Mathieu Souchaud</string>
<string name="settings_source_title">Sources</string>
Expand Down

0 comments on commit 96a715a

Please sign in to comment.