Skip to content

Commit

Permalink
Release version: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tajobe committed Jan 24, 2020
1 parent 9e18c31 commit f9bf414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

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

[Unreleased]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.1...HEAD
[Unreleased]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.2...HEAD
[0.1.2]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.1...release-0.1.2
[0.1.1]: https://github.com/SimpleMC/SimpleHealthbars2/compare/release-0.1.0...release-0.1.1
[0.1.0]: https://github.com/SimpleMC/SimpleHealthbars2/releases/tag/release-0.1.0
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SimpleHealthbars2
main: org.simplemc.simplehealthbars2.SimpleHealthbars2
version: 0.1.1
version: 0.1.2
api-version: "1.15"
website: https://github.com/SimpleMC/SimpleHealthbars2
author: tajobe

0 comments on commit f9bf414

Please sign in to comment.