Skip to content

Commit

Permalink
Update version to 1.0.0-alpha12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Nasrabadi committed Apr 16, 2023
1 parent 9bd4e1c commit 13f84e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

systemProp.progress-version=1.0.0-alpha11
systemProp.progress-version=1.0.0-alpha12
2 changes: 1 addition & 1 deletion progress-modifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0.0-alpha11"
versionName "1.0.0-alpha12"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 13f84e4

Please sign in to comment.