Skip to content

Commit

Permalink
feat: 0.1.3 is the next
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Dec 31, 2024
1 parent 30de67e commit 33a0eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.3.0"
version = "0.4.0"

dependencies {
api(libs.network) {
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val isDevBuild = false
* This is not the same as the version of allay-api.
* Please note that they are two things.
*/
version = "0.1.2" + if (isDevBuild) "-dev" else ""
version = "0.1.3" + if (isDevBuild) "-dev" else ""

plugins {
id("jacoco")
Expand Down

0 comments on commit 33a0eb9

Please sign in to comment.