Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit c927f29

Browse files
committed
Prepare for next development iteration
1 parent 9227d2f commit c927f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
GROUP=io.matthewnelson.topl-android
24-
VERSION_NAME=1.0.0-beta01
24+
VERSION_NAME=1.0.0-beta02-SNAPSHOT
2525

2626
# The trailing 2 digits are for `alpha##` releases. For example:
2727
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
2828
# 4.4.1-beta01 = 441201 where `201` stands for beta01
2929
# 4.4.1-rc01 = 441301 where `301` stands for rc01
30-
VERSION_CODE=100201
30+
VERSION_CODE=100202
3131

3232
POM_INCEPTION_YEAR=2020
3333

0 commit comments

Comments
 (0)