From 84a042d7c325eccc62760aa46e0e4c3c88c86580 Mon Sep 17 00:00:00 2001 From: LeafHacker Date: Fri, 28 Aug 2020 20:16:39 +0100 Subject: [PATCH] Release 0.9.3 --- CHANGELOG.md | 5 ++++- build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3352520..2b4b21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.3] - 2020-08-28 + ### Added - A warning when the installer is run as root on non-Windows systems ([#106](https://github.com/ImpactDevelopment/Installer/issues/106)) - 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 - 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.2...HEAD +[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.3...HEAD +[0.9.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.3 [0.9.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.2 [0.9.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.1 [0.9.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.0 diff --git a/build.gradle b/build.gradle index 046660f..979eeb3 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ plugins { ext { id = 'ImpactInstaller' group 'io.github.ImpactDevelopment' - version '0.9.2' + version '0.9.3' description = 'Impact Installer' mainClassName = 'io.github.ImpactDevelopment.installer.Installer' targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8