File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ v0.6] (2021-08-19)
4+
35### API
46
57- Add ` MimicApiLevel ` class to check current running Mimic API version:
3436- Update bukkit-gradle to 0.10.0
3537- Update Gradle to 7.2
3638
37- [ unreleased ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.5...develop
39+ [ unreleased ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.6...develop
40+ [ v0.6 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.5...v0.6
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.5 " )
50+ compileOnly(" ru.endlesscode.mimic:mimic-bukkit-api:0.6 " )
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.5 </version >
59+ <version >0.6 </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.6-SNAPSHOT "
13+ version = " 0.6"
1414 group = " ru.endlesscode.mimic"
1515}
1616
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ repositories {
66
77dependencies {
88 api(project(" :mimic-api" ))
9- compileOnly(" org.spigotmc:spigot-api:1.16.4 -R0.1-SNAPSHOT" ) { isTransitive = false }
9+ compileOnly(" org.spigotmc:spigot-api:1.17.1 -R0.1-SNAPSHOT" ) { isTransitive = false }
1010}
You can’t perform that action at this time.
0 commit comments