chore: version bump for 2.5.2 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2021-09-12 02:25:02 +00:00
parent 62158ddbf1
commit f8721ad229
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--- next entry here --> <!--- next entry here -->
## 2.5.2
2021-09-12
### Fixes
- You can now set the temp. limit up to 105°C. (62158ddbf19075192e472676ace3068ac21ee46e)
## 2.5.1 ## 2.5.1
2021-09-05 2021-09-05

View File

@ -1,6 +1,6 @@
{ {
"name": "ryzen-controller", "name": "ryzen-controller",
"version": "2.5.1", "version": "2.5.2",
"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",