Skip to content

Commit

Permalink
Release v0 2 0 (#17)
Browse files Browse the repository at this point in the history
* Change version

* Update required PHP version
  • Loading branch information
PabloKowalczyk committed Mar 31, 2021
1 parent 21ac976 commit 23d899b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Written in PHP, fan speed controller for Nvidia graphic cards.

### Requirements

- PHP 7.2+
- PHP 7.4+ or 8.0+
- Linux OS
- `nvidia-setting` binary, from Nvidia Linux drivers

Expand Down
2 changes: 1 addition & 1 deletion bin/nvfc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ if (false === $autoloadFileFound) {
throw new RuntimeException($message);
}

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

0 comments on commit 23d899b

Please sign in to comment.