Skip to content

Commit

Permalink
build(app): prepare for new 2.1.0 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Sep 12, 2024
1 parent 96f7de4 commit 9866fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ plugins {

// Version
val versionMajor = 2
val versionMinor = 0
val versionMinor = 1
val versionPatch = 0
val versionBuild = 1
val versionBuild = 0
val applicationName: String = libs.versions.applicationName.get()
val _applicationId: String = libs.versions.applicationId.get()
val _versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down

0 comments on commit 9866fea

Please sign in to comment.