Skip to content

Commit 1aa842e

Browse files
committed
v1.9.8
1 parent de42aa8 commit 1aa842e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
## V1.9.7 RELEASE - Minecraft 1.21.10
1+
## V1.9.8 RELEASE
22

33
---
44

55
### Changelog:
6-
- Compatibility for 1.21.10
7-
- Potentially fixed permission
8-
- Fixed compatibility with CraftBukkit
6+
- Fixed permission issues
97

108
Please report any bugs to the [Discord Server](https://discord.gg/VNXV4PDhfK). The sooner the bug is reported, the faster I can release a new fix which patches it.
119
Thanks for all the support with this plugin ! <3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>fr.gamecreep</groupId>
88
<artifactId>BasicHomes</artifactId>
9-
<version>1.9.7-RELEASE-1.21.10</version>
9+
<version>1.9.8-RELEASE</version>
1010
<packaging>jar</packaging>
1111

1212
<name>BasicHomes</name>

src/main/java/fr/gamecreep/basichomes/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@NoArgsConstructor(access = AccessLevel.PRIVATE)
99
public class Constants {
1010

11-
public static final String PLUGIN_VERSION = "1.9.7";
11+
public static final String PLUGIN_VERSION = "1.9.8";
1212
public static final int BSTATS_PLUGIN_ID = 25429;
1313

1414
public static final ChatColor INFO_COLOR = ChatColor.DARK_AQUA;

0 commit comments

Comments
 (0)