Skip to content

Commit

Permalink
bump version (v1.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
authorisation authored Jul 30, 2023
1 parent 968718c commit cd8c679
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.0"
val appVersionCode = 8

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

0 comments on commit cd8c679

Please sign in to comment.