Skip to content

Commit

Permalink
release: Version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 22, 2024
1 parent c5ed228 commit 7f733d2
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 @@ -71,7 +71,7 @@ Maven
<dependency>
<groupId>xyz.jpenilla</groupId>
<artifactId>squaremap-api</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -83,7 +83,7 @@ repositories {
}

dependencies {
compileOnly("xyz.jpenilla", "squaremap-api", "1.2.4")
compileOnly("xyz.jpenilla", "squaremap-api", "1.2.5")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=xyz.jpenilla
version=1.2.5-SNAPSHOT
version=1.2.5
description=Minimalistic and lightweight world map viewer for Minecraft servers

githubUrl=https://github.com/jpenilla/squaremap/
Expand Down

0 comments on commit 7f733d2

Please sign in to comment.