Skip to content

Commit

Permalink
Increment version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Jul 16, 2023
1 parent 999a277 commit 38362c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
compileSdk = (findProperty("android.compileSdk") as String).toInt()

defaultConfig {
versionCode = 3
versionCode = 4
versionName = getString("version_string")

applicationId = "com.toasterofbread.spmp"
Expand Down
2 changes: 1 addition & 1 deletion shared/src/commonMain/resources/assets/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="version_string" translatable="false">0.1.1</string>
<string name="version_string" translatable="false">0.1.2</string>

<string name="app_name" translatable="false">SpMp</string>
<string name="app_name_debug" translatable="false">SpMp (debug)</string>
Expand Down

0 comments on commit 38362c5

Please sign in to comment.