File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.5.5] - 2019-07-29
10
+
9
11
### Fixed
10
12
- Fixed pagination on GitHub releases API response
11
13
@@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
93
- GPG signature checking of Impact and Baritone release artifacts
92
94
- Initial documentation including a README and this CHANGELOG
93
95
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
95
98
[ 0.5.4 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.4
96
99
[ 0.5.3 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.3
97
100
[ 0.5.2 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.5.2
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ plugins {
33
33
ext {
34
34
id = ' ImpactInstaller'
35
35
group ' io.github.ImpactDevelopment'
36
- version ' 0.5.4 '
36
+ version ' 0.5.5 '
37
37
description = ' Impact Installer'
38
38
mainClassName = ' io.github.ImpactDevelopment.installer.Installer'
39
39
targetCompatibility = sourceCompatibility = JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments