Skip to content

Commit 84a042d

Browse files
committed
Release 0.9.3
1 parent 9f49b60 commit 84a042d

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.9.3] - 2020-08-28
10+
911
### Added
1012
- A warning when the installer is run as root on non-Windows systems ([#106](https://github.com/ImpactDevelopment/Installer/issues/106))
1113
- Add back the "Minecraft Directory" setting to the GUI (was removed in 0.9.0). Now renamed to "Launcher Directory" and only shown when installing in "Official Launcher" mode
@@ -221,7 +223,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221223
- GPG signature checking of Impact and Baritone release artifacts
222224
- Initial documentation including a README and this CHANGELOG
223225

224-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.2...HEAD
226+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.3...HEAD
227+
[0.9.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.3
225228
[0.9.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.2
226229
[0.9.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.1
227230
[0.9.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.0

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.2'
41+
version '0.9.3'
4242
description = 'Impact Installer'
4343
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
4444
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)