Skip to content

Commit

Permalink
bump version (v1.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
authorisation authored Aug 1, 2023
1 parent 6b1d4bd commit a3afdc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
alias(libs.plugins.kotlinAndroid)
}

val appVersionName = "1.1.0"
val appVersionCode = 7
val appVersionName = "1.2.1"
val appVersionCode = 9

android {
namespace = "me.rhunk.snapenhance"
Expand Down Expand Up @@ -116,4 +116,4 @@ afterEvaluate {
}
}
}
}
}

0 comments on commit a3afdc5

Please sign in to comment.