Skip to content

Commit

Permalink
fix: api version should be 0.2.0 now
Browse files Browse the repository at this point in the history
this is a mistake that I forget to bump api version to 0.2.0 when releasing 0.1.1
  • Loading branch information
smartcmd authored Dec 31, 2024
1 parent 35bea02 commit 752e45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* The current version of allay-api
*/
version = "0.1.0"
version = "0.2.0"

dependencies {
api(libs.network) {
Expand All @@ -25,4 +25,4 @@ dependencies {
}
api(libs.snakeyaml)
api(libs.caffeine)
}
}

0 comments on commit 752e45e

Please sign in to comment.