Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minkuan88 committed Mar 2, 2022
1 parent 3e76215 commit fe59f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// TODO migrate to version catalogs
ext {
groupId = "com.grab.grazel"
versionName = "0.3.0"
versionName = "0.3.1"

kotlinVersion = "1.4.31"
agpVersion = "4.1.3"
Expand All @@ -36,4 +36,4 @@ ext {
dokkaVersion = "1.4.32"

website = "https://grab.github.io/Grazel/"
}
}

0 comments on commit fe59f42

Please sign in to comment.