Skip to content

Commit

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

| Server Version | Supported |
|----------------|-----------|
| Paper 1.21.1 | ✔️ |
| Paper 1.21 | ✔️ |
| Paper 1.20.x | ✔️ |
| Paper 1.19.4 | ✔️ |
Expand Down Expand Up @@ -83,7 +84,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.1</version>
<version>1.8.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -104,7 +105,7 @@ repositories {
}
dependencies {
compileOnly 'de.pianoman911:mapengine-api:1.8.1'
compileOnly 'de.pianoman911:mapengine-api:1.8.2'
}
```

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

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

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.1"
version = "1.8.2"

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

0 comments on commit 406459d

Please sign in to comment.