Skip to content

Commit

Permalink
Bump version to 1.3.3-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
KCeh committed Apr 22, 2024
1 parent 228d3a0 commit 58526d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
]
releaseConfig = [
"group" : "com.infinum.sentinel",
"version" : "$major.$minor.$patch",
"version" : "$major.$minor.$patch-alpha01", //todo remove alpha for release
"versionCode": major * 100 * 100 + minor * 100 + patch
]
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
sentinel = "1.3.2"
sentinel = "1.3.3-alpha01"
gradle = "8.3.2"
desugar = "2.0.4"
kotlin = "1.9.22"
Expand Down

0 comments on commit 58526d1

Please sign in to comment.