Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pianoman911 committed Dec 10, 2024
1 parent af92cc1 commit 038d5a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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.5</version>
<version>1.8.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -108,7 +108,7 @@ repositories {
}
dependencies {
compileOnly 'de.pianoman911:mapengine-api:1.8.5'
compileOnly 'de.pianoman911:mapengine-api:1.8.6'
}
```

Expand All @@ -125,7 +125,7 @@ repositories {
}

dependencies {
compileOnly("de.pianoman911:mapengine-api:1.8.5")
compileOnly("de.pianoman911:mapengine-api:1.8.6")
}
```

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.5"
version = "1.8.6"

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

0 comments on commit 038d5a0

Please sign in to comment.