From 3353fbcbaa58ba66f8d69375c8be128523f5896c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Jan 2021 08:13:23 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/raidcraft/rcelevator/compare/v1.0.1...v1.0.2) (2021-01-04) ### Bug Fixes * Fix decoding sign facing direction. Closes [#7](https://github.com/raidcraft/rcelevator/issues/7) ([c2d98c4](https://github.com/raidcraft/rcelevator/commit/c2d98c491df729bedfe605f617607143b4d9bfe4)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b92d0f..c2e1a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/raidcraft/rcelevator/compare/v1.0.1...v1.0.2) (2021-01-04) + + +### Bug Fixes + +* Fix decoding sign facing direction. Closes [#7](https://github.com/raidcraft/rcelevator/issues/7) ([c2d98c4](https://github.com/raidcraft/rcelevator/commit/c2d98c491df729bedfe605f617607143b4d9bfe4)) + ## [1.0.1](https://github.com/raidcraft/rcelevator/compare/v1.0.0...v1.0.1) (2021-01-01) diff --git a/gradle.properties b/gradle.properties index 264a1b3..33878a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = RCElevator author = Strasse36 mcVersion = 1.16.4 apiVersion = 1.15 -version = 1.0.1 +version = 1.0.2