Skip to content

Commit a8fc44c

Browse files
authored
📌 Bump up version to v1.1 (#14)
1 parent e31ca89 commit a8fc44c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1-SNAPSHOT
1+
1.1

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.gradle.api.artifacts.dsl.DependencyHandler
22

33
object Versions {
4-
const val HEALTH_STACK = "devel"
4+
const val HEALTH_STACK = "1.1"
55

66
const val KOTLIN = "1.7.0"
77
const val ANDROID_BUILD = "7.2.2"

0 commit comments

Comments
 (0)