File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ v0.7.1] (2022-02-19)
4+
35### Fixed
46
57- Compatibility with Minecraft 1.13 - 1.16.5
@@ -105,7 +107,8 @@ It also allows users to select preferred APIs implementation via config.
105107- Update bukkit-gradle to 0.10.0
106108- Update Gradle to 7.2
107109
108- [ unreleased ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.7...develop
110+ [ unreleased ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.7.1...develop
111+ [ v0.7.1 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.7...v0.7.1
109112[ v0.7 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.3...v0.7
110113[ v0.6.3 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.2...v0.6.3
111114[ v0.6.2 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.1...v0.6.2
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ repositories {
4747}
4848
4949dependencies {
50- compileOnly(" ru.endlesscode.mimic:mimic-bukkit-api:0.7" )
50+ compileOnly(" ru.endlesscode.mimic:mimic-bukkit-api:0.7.1 " )
5151}
5252```
5353
@@ -56,7 +56,7 @@ dependencies {
5656<dependency >
5757 <groupId >ru.endlesscode.mimic</groupId >
5858 <artifactId >mimic-bukkit-api</artifactId >
59- <version >0.7</version >
59+ <version >0.7.1 </version >
6060 <scope >provided</scope >
6161</dependency >
6262```
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ subprojects {
1010 apply (plugin = " commons" )
1111 apply (plugin = " publish" )
1212
13- version = " 0.7"
13+ version = " 0.7.1 "
1414 group = " ru.endlesscode.mimic"
1515}
1616
You can’t perform that action at this time.
0 commit comments