Skip to content

Commit

Permalink
version: 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 19, 2021
1 parent aef8678 commit 7ae0f1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [v0.6] (2021-08-19)

### API

- Add `MimicApiLevel` class to check current running Mimic API version:
Expand Down Expand Up @@ -34,4 +36,5 @@
- Update bukkit-gradle to 0.10.0
- Update Gradle to 7.2

[unreleased]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.5...develop
[unreleased]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6...develop
[v0.6]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.5...v0.6
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
}

dependencies {
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.5")
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.6")
}
```

Expand All @@ -56,7 +56,7 @@ dependencies {
<dependency>
<groupId>ru.endlesscode.mimic</groupId>
<artifactId>mimic-bukkit-api</artifactId>
<version>0.5</version>
<version>0.6</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subprojects {
apply(plugin = "commons")
apply(plugin = "publish")

version = "0.6-SNAPSHOT"
version = "0.6"
group = "ru.endlesscode.mimic"
}

Expand Down
2 changes: 1 addition & 1 deletion mimic-bukkit-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ repositories {

dependencies {
api(project(":mimic-api"))
compileOnly("org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT") { isTransitive = false }
compileOnly("org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT") { isTransitive = false }
}

0 comments on commit 7ae0f1c

Please sign in to comment.