Skip to content

Commit

Permalink
Release version: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tajobe committed Jun 28, 2020
1 parent 572cd1b commit 39df13a
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]

## [1.0.1] - 2020-06-28
### Changed
- Switch java target from Java 11 to 1.8
- Update gradle to 6.5
Expand All @@ -18,5 +20,6 @@
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/SimpleReserve/compare/release-1.0.0...HEAD
[Unreleased]: https://github.com/SimpleMC/SimpleReserve/compare/release-1.0.1...HEAD
[1.0.1]: https://github.com/SimpleMC/SimpleReserve/compare/release-1.0.0...release-1.0.1
[1.0.0]: https://github.com/SimpleMC/SimpleReserve/releases/tag/release-1.0.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: SimpleReserve
main: org.simplemc.simplereserve.SimpleReserve
version: 1.0.0
version: 1.0.1
api-version: "1.15"
website: https://github.com/SimpleMC/SimpleReserve
author: tajobe
Expand Down

0 comments on commit 39df13a

Please sign in to comment.