Skip to content

Commit

Permalink
chore: Bump version to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dluvian committed Aug 29, 2024
1 parent 5085c40 commit 6ffc676
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dluvian.voyage"
minSdk = 26 // Android Oreo (Aug 2017 - Jan 2021)
targetSdk = 34
versionCode = 17
versionName = "v0.13.0"
versionCode = 18
versionName = "v0.13.1"

// Change versionCode, versionName and strings.xml when releasing new
// Reproducible build hints: https://gitlab.com/IzzyOnDroid/repo/-/wikis/Reproducible-Builds
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
@@ -1,7 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name" translatable="false">Voyage</string>
<string name="version">Version</string>
<string name="version_nr" translatable="false">v0.13.0</string>
<string name="version_nr" translatable="false">v0.13.1</string>
<string name="home">Home</string>
<string name="inbox">Inbox</string>
<string name="settings">Settings</string>
Expand Down

0 comments on commit 6ffc676

Please sign in to comment.