Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Mar 28, 2024
1 parent c890274 commit 660cb2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "dev.nyon"
val majorVersion = "1.1.0"
val majorVersion = "1.1.1"
val mcVersion = "1.20.4"
version = "$majorVersion-$mcVersion"
val authors = listOf("btwonion")
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- add option to enable function only to players
- cleanup code
- make mod only usable on multiplayer servers, that also have this mod
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
```
</details>

## Note
Before v1.1.1 it is possible, that you can get flagged on multiplayer servers with anti-cheat.
Please use v1.1.1 or higher to stay on the safe side.

### Other
⚠️ The development version is always the latest stable release of Minecraft.
Therefore, new features will only be available for the current and following Minecraft versions.
Expand Down

0 comments on commit 660cb2c

Please sign in to comment.