Skip to content

Commit

Permalink
feat: 0.1.1 is the next
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Dec 22, 2024
1 parent 28c0139 commit cee246f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.1 - Unreleased

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

## [0.1.0](https://github.com/AllayMC/Allay/releases/tag/0.1.0) - 2024-12-22

Hello Allay! This is the first release of Allay.
Expand Down
4 changes: 2 additions & 2 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import java.io.ByteArrayOutputStream
* This is not the same as the version of allay-api.
* Please note that they are two things.
*/
version = "0.1.0"
version = "0.1.1"
/**
* Indicates whether the current build is a development build.
*
* This value should be changed to false before release the next stable version,
* and after releasing, change it back to true.
*/
val isDevBuild = false;
val isDevBuild = true;

plugins {
id("jacoco")
Expand Down

0 comments on commit cee246f

Please sign in to comment.