Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pianoman911 committed Oct 31, 2024
1 parent d3abef2 commit 0a6f22d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma

| Server Version | Supported |
|----------------|-----------|
| Paper 1.21.1 | ✔️ |
| Paper 1.21.3 | ✔️ |
| Paper 1.21.2 | ✔️ |
| Paper 1.21.1 | ✔️ |
| Paper 1.21 | ✔️ |
| Paper 1.20.x | ✔️ |
| Paper 1.19.4 | ✔️ |
Expand Down Expand Up @@ -84,7 +86,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
<dependency>
<groupId>de.pianoman911</groupId>
<artifactId>mapengine-api</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -105,7 +107,7 @@ repositories {
}
dependencies {
compileOnly 'de.pianoman911:mapengine-api:1.8.2'
compileOnly 'de.pianoman911:mapengine-api:1.8.3'
}
```

Expand All @@ -122,7 +124,7 @@ repositories {
}

dependencies {
compileOnly("de.pianoman911:mapengine-api:1.8.2")
compileOnly("de.pianoman911:mapengine-api:1.8.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
apply(plugin = "maven-publish")

group = "de.pianoman911"
version = "1.8.2"
version = "1.8.3"

repositories {
maven("https://repo.thejocraft.net/public/")
Expand Down

0 comments on commit 0a6f22d

Please sign in to comment.