Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed May 23, 2019
1 parent 2f6c0d1 commit 592f307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2019-05-23

### Fixed
- The installer not creating a profile in the vanilla installer

## [0.1.0] - 2019-05-19

### Added
Expand All @@ -14,5 +19,6 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.1.1...HEAD
[0.1.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.1.1
[0.1.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

group 'io.github.ImpactDevelopment'
version '0.1.0'
version '0.1.1'
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

repositories {
Expand Down

0 comments on commit 592f307

Please sign in to comment.