Skip to content

Commit f9bf414

Browse files
committed
Release version: 0.1.2
1 parent 9e18c31 commit f9bf414

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.1.2] - 2020-01-24
46
### Changed
57
- Fixed Damage listener using incorrect value to calculate health (#11)
68
- Switched from SimpleMC/git-release back to antonyurchenko/git-release for release action
@@ -16,6 +18,7 @@
1618
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1719
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1820

19-
[Unreleased]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.1...HEAD
21+
[Unreleased]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.2...HEAD
22+
[0.1.2]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.1...release-0.1.2
2023
[0.1.1]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.0...release-0.1.1
2124
[0.1.0]: https://github.com/SimpleMC/SimpleHealthbars2/releases/tag/release-0.1.0

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: SimpleHealthbars2
22
main: org.simplemc.simplehealthbars2.SimpleHealthbars2
3-
version: 0.1.1
3+
version: 0.1.2
44
api-version: "1.15"
55
website: https://github.com/SimpleMC/SimpleHealthbars2
66
author: tajobe

0 commit comments

Comments
 (0)