Skip to content

Commit

Permalink
Release v0.1.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk committed Jun 12, 2019
1 parent f7e3893 commit 048142e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.1.2] - 2019-06-12

### Fixed

- [#5] Fix missing autoloader

## [v0.1.1] - 2019-06-11

### Fixed
Expand All @@ -23,9 +29,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `list` command


[Unreleased]: https://github.com/PabloKowalczyk/nvfc/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/PabloKowalczyk/nvfc/compare/v0.1.2...HEAD
[#1]: https://github.com/PabloKowalczyk/nvfc/pull/1
[#2]: https://github.com/PabloKowalczyk/nvfc/pull/2
[#3]: https://github.com/PabloKowalczyk/nvfc/pull/3
[#5]: https://github.com/PabloKowalczyk/nvfc/pull/5
[v0.1.2]: https://github.com/PabloKowalczyk/nvfc/releases/tag/v0.1.2
[v0.1.1]: https://github.com/PabloKowalczyk/nvfc/releases/tag/v0.1.1
[v0.1.0]: https://github.com/PabloKowalczyk/nvfc/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion bin/nvfc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ if ($autoloadFileFound === false) {
);
}

$application = new Application('NVidia Fan Controller', 'v0.1.1');
$application = new Application('NVidia Fan Controller', 'v0.1.2');
$application->add(new \NvFanController\UserInterface\WatchCommand());
$application->run();

0 comments on commit 048142e

Please sign in to comment.