Skip to content

Commit

Permalink
release: Version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 9, 2022
1 parent 195c0c3 commit 430de19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Maven
<dependency>
<groupId>xyz.jpenilla</groupId>
<artifactId>squaremap-api</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -82,7 +82,7 @@ repositories {
}

dependencies {
compileOnly("xyz.jpenilla", "squaremap-api", "1.1.6")
compileOnly("xyz.jpenilla", "squaremap-api", "1.1.7")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

group = "xyz.jpenilla"
version = "1.1.7-SNAPSHOT"
version = "1.1.7"
description = "Minimalistic and lightweight world map viewer for Minecraft servers"

0 comments on commit 430de19

Please sign in to comment.