Skip to content

Commit

Permalink
Prepare 1.0.0-alpha01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jun 4, 2021
1 parent 7441754 commit 1c4b375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kapt.include.compile.classpath=false
# Enable In Logcat to determine Kapt
#kapt.verbose=true

VERSION_NAME=1.0.0-alpha01-SNAPSHOT
VERSION_NAME=1.0.0-alpha01

# The trailing 2 digits are for `alpha##` releases. For example:
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
Expand All @@ -47,10 +47,10 @@ VERSION_CODE=100101


# Kotlin-Android submodule
KA_VERSION_NAME=1.0.0-SNAPSHOT
KA_VERSION_NAME=1.0.0-alpha01

# The trailing 2 digits are for `alpha##` releases. For example:
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
# 4.4.1-beta01 = 441201 where `201` stands for beta01
# 4.4.1-rc01 = 441301 where `301` stands for rc01
KA_VERSION_CODE=100000
KA_VERSION_CODE=100101

0 comments on commit 1c4b375

Please sign in to comment.