Skip to content

Commit 0622f0c

Browse files
committed
Release 0.9.4
1 parent a3b51f0 commit 0622f0c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.9.4] - 2021-01-02
10+
911
### Fixes
1012
- Fix error checking whether to enable the Install button when OptiFine is enabled but not supported ([#117](https://github.com/ImpactDevelopment/Installer/issues/117))
1113
- Fix the 0.9.2 & 0,9,3 releases to showing nightly builds by default ([#116](https://github.com/ImpactDevelopment/Installer/issues/116))
@@ -228,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228230
- GPG signature checking of Impact and Baritone release artifacts
229231
- Initial documentation including a README and this CHANGELOG
230232

231-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.3...HEAD
233+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.4...HEAD
234+
[0.9.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.4
232235
[0.9.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.3
233236
[0.9.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.2
234237
[0.9.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.1

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ plugins {
3838
ext {
3939
id = 'ImpactInstaller'
4040
group 'io.github.ImpactDevelopment'
41-
version '0.9.3'
41+
version '0.9.4'
4242
description = 'Impact Installer'
4343
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
4444
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)