Skip to content

Commit

Permalink
feat: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Dec 22, 2024
1 parent b7b81cd commit 28c0139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@ nav:

- Advanced:
- Use Color Codes: advanced/use-color-codes.md
- Update to The Next Protocol Version: advanced/update-to-the-next-protocol-version.md
- Update to The Next Protocol Version: advanced/update-to-the-next-protocol-version.md

- Changelog: changelog.md
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 @@ version = "0.1.0"
* 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;

plugins {
id("jacoco")
Expand Down

0 comments on commit 28c0139

Please sign in to comment.