Skip to content

Commit 406459d

Browse files
committed
Bump version
1 parent bf783b2 commit 406459d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
5555

5656
| Server Version | Supported |
5757
|----------------|-----------|
58+
| Paper 1.21.1 | ✔️ |
5859
| Paper 1.21 | ✔️ |
5960
| Paper 1.20.x | ✔️ |
6061
| Paper 1.19.4 | ✔️ |
@@ -83,7 +84,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
8384
<dependency>
8485
<groupId>de.pianoman911</groupId>
8586
<artifactId>mapengine-api</artifactId>
86-
<version>1.8.1</version>
87+
<version>1.8.2</version>
8788
<scope>provided</scope>
8889
</dependency>
8990
</dependencies>
@@ -104,7 +105,7 @@ repositories {
104105
}
105106
106107
dependencies {
107-
compileOnly 'de.pianoman911:mapengine-api:1.8.1'
108+
compileOnly 'de.pianoman911:mapengine-api:1.8.2'
108109
}
109110
```
110111

@@ -121,7 +122,7 @@ repositories {
121122
}
122123

123124
dependencies {
124-
compileOnly("de.pianoman911:mapengine-api:1.8.1")
125+
compileOnly("de.pianoman911:mapengine-api:1.8.2")
125126
}
126127
```
127128

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allprojects {
1313
apply(plugin = "maven-publish")
1414

1515
group = "de.pianoman911"
16-
version = "1.8.1"
16+
version = "1.8.2"
1717

1818
repositories {
1919
maven("https://repo.papermc.io/repository/maven-public/")

0 commit comments

Comments
 (0)