Skip to content

Commit 5fe0a77

Browse files
committed
build(app): update to 2.0.1
1 parent 603baaa commit 5fe0a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ plugins {
1111

1212
// Version
1313
val versionMajor = 2
14-
val versionMinor = 1
15-
val versionPatch = 0
14+
val versionMinor = 0
15+
val versionPatch = 1
1616
val versionBuild = 0
1717
val applicationName: String = libs.versions.applicationName.get()
1818
val _applicationId: String = libs.versions.applicationId.get()

0 commit comments

Comments
 (0)