Skip to content

Commit 0a6f22d

Browse files
committed
Bump version
1 parent d3abef2 commit 0a6f22d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

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

5656
| Server Version | Supported |
5757
|----------------|-----------|
58-
| Paper 1.21.1 | ✔️ |
58+
| Paper 1.21.3 | ✔️ |
59+
| Paper 1.21.2 | ✔️ |
60+
| Paper 1.21.1 | ✔️ |
5961
| Paper 1.21 | ✔️ |
6062
| Paper 1.20.x | ✔️ |
6163
| Paper 1.19.4 | ✔️ |
@@ -84,7 +86,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
8486
<dependency>
8587
<groupId>de.pianoman911</groupId>
8688
<artifactId>mapengine-api</artifactId>
87-
<version>1.8.2</version>
89+
<version>1.8.3</version>
8890
<scope>provided</scope>
8991
</dependency>
9092
</dependencies>
@@ -105,7 +107,7 @@ repositories {
105107
}
106108
107109
dependencies {
108-
compileOnly 'de.pianoman911:mapengine-api:1.8.2'
110+
compileOnly 'de.pianoman911:mapengine-api:1.8.3'
109111
}
110112
```
111113

@@ -122,7 +124,7 @@ repositories {
122124
}
123125

124126
dependencies {
125-
compileOnly("de.pianoman911:mapengine-api:1.8.2")
127+
compileOnly("de.pianoman911:mapengine-api:1.8.3")
126128
}
127129
```
128130

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.2"
16+
version = "1.8.3"
1717

1818
repositories {
1919
maven("https://repo.thejocraft.net/public/")

0 commit comments

Comments
 (0)