chore: version bump for 2.2.4 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2020-08-26 15:59:57 +00:00
parent 5368ca4832
commit 3607f0c1c7
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--- next entry here --> <!--- next entry here -->
## 2.2.4
2020-08-26
### Fixes
- Updated default Slow Boost Duration to fix preset invalid error (5368ca483212095a1addf5d0a7d92a4351ed81b4)
## 2.2.3 ## 2.2.3
2020-08-26 2020-08-26

View File

@ -1,6 +1,6 @@
{ {
"name": "ryzen-controller", "name": "ryzen-controller",
"version": "2.2.3", "version": "2.2.4",
"description": "A minimal Electron application to use ryzenAdj through a friendly interface.", "description": "A minimal Electron application to use ryzenAdj through a friendly interface.",
"scripts": { "scripts": {
"all": "yarn clean && yarn dist-pack", "all": "yarn clean && yarn dist-pack",