Skip to content

Commit 5d50c38

Browse files
committed
🔧 Update recommended Plus version to 4.5-SNAPSHOT in README and dependencies
1 parent 4977a60 commit 5d50c38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This library is designed to work specifically with PaperMC version 1.21.8.<br/>
1212
Running on Java 21. Use with other Minecraft versions at your own risk.
1313

1414
Based on our testing, version 4.2.0 of Plus is the most compatible with older versions of Minecraft.
15-
If you are using a Minecraft version other than 1.21.3, we recommend using Plus version 4.3.1.
15+
If you are using a Minecraft version other than 1.21.3, we recommend using Plus version 4.5-SNAPSHOT.
1616
For Minecraft 1.21.8 or newer, use the latest version of Plus for optimal compatibility.
1717

1818
## 🐘 Gradle
@@ -23,7 +23,7 @@ repositories {
2323
maven { url = 'https://central.sonatype.com/repository/maven-snapshots/' }
2424
}
2525
dependencies {
26-
implementation 'com.marcusslover:plus:4.4.1-SNAPSHOT'
26+
implementation 'com.marcusslover:plus:4.5-SNAPSHOT'
2727
}
2828
```
2929
### Kotlin
@@ -33,7 +33,7 @@ repositories {
3333
maven("https://central.sonatype.com/repository/maven-snapshots/")
3434
}
3535
dependencies {
36-
implementation("com.marcusslover:plus:4.4.1-SNAPSHOT")
36+
implementation("com.marcusslover:plus:4.5-SNAPSHOT")
3737
}
3838
```
3939
## 🦢 Maven
@@ -45,6 +45,6 @@ dependencies {
4545
<dependency>
4646
<groupId>com.marcusslover</groupId>
4747
<artifactId>plus</artifactId>
48-
<version>4.4.1-SNAPSHOT</version>
48+
<version>4.5-SNAPSHOT</version>
4949
</dependency>
5050
```

0 commit comments

Comments
 (0)