Skip to content

Commit 3dd5ea1

Browse files
committed
version: 0.6.3
1 parent 5ef7410 commit 3dd5ea1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## [Unreleased]
22

3-
### Built-in integrations
3+
## [v0.6.3] (2022-01-07)
4+
5+
### Fixed
46

57
- Update MMOItems and MMOCore to the latest version
68

@@ -63,7 +65,8 @@
6365
- Update bukkit-gradle to 0.10.0
6466
- Update Gradle to 7.2
6567

66-
[unreleased]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.2...develop
68+
[unreleased]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.3...develop
69+
[v0.6.3]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.2...v0.6.3
6770
[v0.6.2]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.1...v0.6.2
6871
[v0.6.1]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.6...v0.6.1
6972
[v0.6]: https://github.com/EndlessCodeGroup/Mimic/compare/v0.5...v0.6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
}
4848

4949
dependencies {
50-
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.6.2")
50+
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.6.3")
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.6.2</version>
59+
<version>0.6.3</version>
6060
<scope>provided</scope>
6161
</dependency>
6262
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subprojects {
1010
apply(plugin = "commons")
1111
apply(plugin = "publish")
1212

13-
version = "0.6.2"
13+
version = "0.6.3"
1414
group = "ru.endlesscode.mimic"
1515
}
1616

0 commit comments

Comments
 (0)