Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joserobjr committed Jun 18, 2019
1 parent 0dc768c commit a1371d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
Click the link above to see the future.

## [2.0.1] - 2019-06-18
### Fixes
- [#72] Some redstone wire states gets converted to other block improperly
- [#73] Fixes the conversion for petrified oak slabs
Expand Down Expand Up @@ -67,7 +68,8 @@ them will be very bright.
- Small API for usage as library
- Option specify the region files that will be converted

[Unreleased]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/compare/v2.0.0..v2.0.1
[2.0.0]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/compare/v1.0.0..v2.0.0
[1.0.0]: https://github.com/GameModsBR/Java2Nukkit-World-Converter/compare/a8f41900b32740648752ff214581eb8da0f928f6..v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'br.com.gamemods'
version '2.0.1-SNAPSHOT'
version '2.0.1'

sourceSets.main.java.srcDirs = ["src/main/kotlin"]
sourceSets.test.java.srcDirs = ["src/test/kotlin"]
Expand Down

0 comments on commit a1371d9

Please sign in to comment.