Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafHacker committed Jun 7, 2020
1 parent 8ee8c4d commit 198ceb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions 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.9.1] - 2020-06-07

### Changed
- Already installed OptiFine versions installed in the Official Launcher can be used again, without requiring an OptiFine installer jar.
- Improved the GUI spacing and layout.
Expand Down Expand Up @@ -203,8 +205,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.9.0...HEAD
[0.9.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.0
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.1...HEAD
[0.9.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.1
[0.8.6]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.6
[0.8.5]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.5
[0.8.4]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plugins {
ext {
id = 'ImpactInstaller'
group 'io.github.ImpactDevelopment'
version '0.9.0'
version '0.9.1'
description = 'Impact Installer'
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 198ceb1

Please sign in to comment.