Skip to content

Commit 038d5a0

Browse files
committed
Bump version
1 parent af92cc1 commit 038d5a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
8787
<dependency>
8888
<groupId>de.pianoman911</groupId>
8989
<artifactId>mapengine-api</artifactId>
90-
<version>1.8.5</version>
90+
<version>1.8.6</version>
9191
<scope>provided</scope>
9292
</dependency>
9393
</dependencies>
@@ -108,7 +108,7 @@ repositories {
108108
}
109109
110110
dependencies {
111-
compileOnly 'de.pianoman911:mapengine-api:1.8.5'
111+
compileOnly 'de.pianoman911:mapengine-api:1.8.6'
112112
}
113113
```
114114

@@ -125,7 +125,7 @@ repositories {
125125
}
126126

127127
dependencies {
128-
compileOnly("de.pianoman911:mapengine-api:1.8.5")
128+
compileOnly("de.pianoman911:mapengine-api:1.8.6")
129129
}
130130
```
131131

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

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

0 commit comments

Comments
 (0)