Skip to content

Commit

Permalink
chore(app): increment patch (2.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Oct 1, 2024
1 parent 27bf98a commit ce4beae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
// Version
val versionMajor = 2
val versionMinor = 1
val versionPatch = 2
val versionPatch = 3
val versionBuild = 0
val applicationName: String = libs.versions.applicationName.get()
val _applicationId: String = libs.versions.applicationId.get()
Expand Down

0 comments on commit ce4beae

Please sign in to comment.