Skip to content

Commit

Permalink
feat: release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Dec 31, 2024
1 parent 752e45e commit 30de67e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ and any changes to API will have a prefix `(API)`.

Unless otherwise specified, any version comparison below is the comparison of server version, not API version.

## 0.1.2 (API 0.3.0) - Unreleased
## 0.1.3 (API 0.4.0) - Unreleased

<small>[Compare with 0.1.1](https://github.com/AllayMC/Allay/compare/0.1.1...HEAD)</small>
<small>[Compare with 0.1.2](https://github.com/AllayMC/Allay/compare/0.1.2...HEAD)</small>

## 0.1.2 (API 0.3.0)

<small>[Compare with 0.1.1](https://github.com/AllayMC/Allay/compare/0.1.1...0.1.2)</small>

### Added

Expand Down
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.2.0"
version = "0.3.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 @@ -7,7 +7,7 @@ import java.io.ByteArrayOutputStream
* This value should be changed to false before release the next stable version,
* and after releasing, change it back to true.
*/
val isDevBuild = true
val isDevBuild = false
/**
* The current version of allay-server
*
Expand Down

0 comments on commit 30de67e

Please sign in to comment.