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
66
77## [ Unreleased]
88
9+ ## [ 0.8.5] - 2020-03-25
10+
911### Added
1012- Even more workarounds for peoples broken network stacks!
1113
@@ -174,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174176- GPG signature checking of Impact and Baritone release artifacts
175177- Initial documentation including a README and this CHANGELOG
176178
177- [ Unreleased ] : https://github.com/ImpactDevelopment/Installer/compare/0.8.4...HEAD
179+ [ Unreleased ] : https://github.com/ImpactDevelopment/Installer/compare/0.8.5...HEAD
180+ [ 0.8.5 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.5
178181[ 0.8.4 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.4
179182[ 0.8.3 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.3
180183[ 0.8.2 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.2
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ plugins {
3838ext {
3939 id = ' ImpactInstaller'
4040 group ' io.github.ImpactDevelopment'
41- version ' 0.8.4 '
41+ version ' 0.8.5 '
4242 description = ' Impact Installer'
4343 mainClassName = ' io.github.ImpactDevelopment.installer.Installer'
4444 targetCompatibility = sourceCompatibility = JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments