Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Feb 25, 2020
1 parent 87fa791 commit a7249ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 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.8.4] - 2020-02-24

### Added
- The ability to override CLI argument defaults from a properties file in the jar. This means the Donator Installer can be generated dynamically by the website.
- A fallback from unauthenticated HTTPS to HTTPS. I do not understand why, but it made it work for someone.
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.8.3'
version '0.8.4'
description = 'Impact Installer'
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit a7249ad

Please sign in to comment.