Skip to content

Commit 02efaee

Browse files
committed
⬆️ bump app version to 1.2.2
1 parent 08860b9 commit 02efaee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
val daggerVersion by extra("2.40.5")
13-
val stackzyVersion by extra("1.2.1") // TODO : Change in App.kt also
13+
val stackzyVersion by extra("1.2.2") // TODO : Change in App.kt also
1414

1515
group = "com.theapache64"
1616
version = stackzyVersion

data/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.theapache64.stackzy"
7-
version = "1.2.1"
7+
version = "1.2.2"
88

99
repositories {
1010
mavenCentral()

src/main/kotlin/com/theapache64/stackzy/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fun main() {
3939
// Parsing application arguments
4040
val appArgs = AppArgs(
4141
appName = "Stackzy",
42-
version = "v1.2.1",
42+
version = "v1.2.2",
4343
versionCode = 20210724
4444
)
4545

0 commit comments

Comments
 (0)