Skip to content

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Jul 30, 2019
1 parent 7735feb commit e36a894
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
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.5] - 2019-07-29

### Fixed
- Fixed pagination on GitHub releases API response

Expand Down Expand Up @@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GPG signature checking of Impact and Baritone release artifacts
- Initial documentation including a README and this CHANGELOG

[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.5.4...HEAD
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.5.5...HEAD
[0.5.5]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.5
[0.5.4]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.4
[0.5.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.3
[0.5.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
ext {
id = 'ImpactInstaller'
group 'io.github.ImpactDevelopment'
version '0.5.4'
version '0.5.5'
description = 'Impact Installer'
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit e36a894

Please sign in to comment.