Skip to content

Commit

Permalink
feat: release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jan 16, 2025
1 parent 5bba05e commit 21711ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.3 (API 0.4.0) - Unreleased
## 0.1.4 (API 0.5.0) - Unreleased

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

## [0.1.3](https://github.com/AllayMC/Allay/releases/tag/0.1.3) (API 0.4.0) - 2025-1-17

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

### Added

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
* This value should be changed to false before release the next stable version,
* and after releasing, change it back to true.
*/
set("isDevBuild", true)
set("isDevBuild", false)
}

tasks.jar {
Expand Down

0 comments on commit 21711ae

Please sign in to comment.