Skip to content

Commit

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

### Features

* Add support for Minecraft 1.20 in build.gradle ([79f5037](79f5037))
* **folia:** Add support for Folia 1.20 ([392a727](392a727))
* **multiver:** Add support for Minecraft 1.20 version ([4bd9488](4bd9488))
  • Loading branch information
semantic-release-bot committed Jun 24, 2023
1 parent 392a727 commit 7f90e92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [6.2.0](https://github.com/GeorgeV220/SkinOverlay/compare/v6.1.0...v6.2.0) (2023-06-24)


### Features

* Add support for Minecraft 1.20 in build.gradle ([79f5037](https://github.com/GeorgeV220/SkinOverlay/commit/79f5037606e4451154e6f3d27b43b25f072820ca))
* **folia:** Add support for Folia 1.20 ([392a727](https://github.com/GeorgeV220/SkinOverlay/commit/392a72796f90b0597ea5fd6dfd5f736b583638ad))
* **multiver:** Add support for Minecraft 1.20 version ([4bd9488](https://github.com/GeorgeV220/SkinOverlay/commit/4bd94881de603d0c4e5d9375434e6e7d41c42c88))

# [6.1.0](https://github.com/GeorgeV220/SkinOverlay/compare/v6.0.0...v6.1.0) (2023-06-12)


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.1.0</version>
<version>6.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -45,7 +45,7 @@ repositories {
}
dependencies {
compileOnly "com.georgev22:skinoverlay:6.1.0"
compileOnly "com.georgev22:skinoverlay:6.2.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.1.0
version = 6.2.0
mcVersion = 1.18.2
apiVersion = 1.13
libraryVersion = 11.3.0
Expand Down

0 comments on commit 7f90e92

Please sign in to comment.