Skip to content

Commit

Permalink
version: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Feb 19, 2022
1 parent a1feefb commit b00b2cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.7.1] (2022-02-19)

### Fixed

- Compatibility with Minecraft 1.13 - 1.16.5
Expand Down Expand Up @@ -105,7 +107,8 @@ It also allows users to select preferred APIs implementation via config.
- Update bukkit-gradle to 0.10.0
- Update Gradle to 7.2

[unreleased]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.7...develop
[unreleased]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.7.1...develop
[v0.7.1]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.7...v0.7.1
[v0.7]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.3...v0.7
[v0.6.3]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.2...v0.6.3
[v0.6.2]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.1...v0.6.2
Expand Down
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.7")
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.7.1")
}
```

Expand All @@ -56,7 +56,7 @@ dependencies {
<dependency>
<groupId>ru.endlesscode.mimic</groupId>
<artifactId>mimic-bukkit-api</artifactId>
<version>0.7</version>
<version>0.7.1</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.7"
version = "0.7.1"
group = "ru.endlesscode.mimic"
}

Expand Down

0 comments on commit b00b2cc

Please sign in to comment.