Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.0...v6.1.0) (2023-06-12)

### Features

* Add support for FoliaMC server software in SkinHandler for Minecraft 1.19.4 ([4d1a6b1](4d1a6b1))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent 9fe674d commit cb11e7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [6.1.0](https://github.com/GeorgeV220/SkinOverlay/compare/v6.0.0...v6.1.0) (2023-06-12)


### Features

* Add support for FoliaMC server software in SkinHandler for Minecraft 1.19.4 ([4d1a6b1](https://github.com/GeorgeV220/SkinOverlay/commit/4d1a6b1f087d87f3355b43cc3d446f3a19dd6395))

# [6.0.0](https://github.com/GeorgeV220/SkinOverlay/compare/v5.3.1...v6.0.0) (2023-06-11)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can have your project depend on SkinOverlay as a dependency through the foll
<dependency>
<groupId>com.georgev22</groupId>
<artifactId>skinoverlay</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -45,7 +45,7 @@ repositories {
}
dependencies {
compileOnly "com.georgev22:skinoverlay:6.0.0"
compileOnly "com.georgev22:skinoverlay:6.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bukkitMain = com.georgev22.skinoverlay.SkinOverlayBukkit
bungeeMain = com.georgev22.skinoverlay.SkinOverlayBungee
pluginName = SkinOverlay
author = GeorgeV22
version = 6.0.0
version = 6.1.0
mcVersion = 1.18.2
apiVersion = 1.13
libraryVersion = 11.3.0
Expand Down

0 comments on commit cb11e7f

Please sign in to comment.