Skip to content

Commit 0e6dc1a

Browse files
committed
chore: release v2.0.0-alpha.2
1 parent 734924d commit 0e6dc1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ val currentVersion: Version = Version.Alpha(
5353
versionMajor = 2,
5454
versionMinor = 0,
5555
versionPatch = 0,
56-
versionBuild = 1
56+
versionBuild = 2
5757
)
5858

5959
val keystorePropertiesFile: File = rootProject.file("keystore.properties")

0 commit comments

Comments
 (0)