Skip to content

Commit e36a894

Browse files
committed
Release 0.5.5
1 parent 7735feb commit e36a894

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.5] - 2019-07-29
10+
911
### Fixed
1012
- Fixed pagination on GitHub releases API response
1113

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

94-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.5.4...HEAD
96+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.5.5...HEAD
97+
[0.5.5]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.5
9598
[0.5.4]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.4
9699
[0.5.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.3
97100
[0.5.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
ext {
3434
id = 'ImpactInstaller'
3535
group 'io.github.ImpactDevelopment'
36-
version '0.5.4'
36+
version '0.5.5'
3737
description = 'Impact Installer'
3838
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
3939
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)