chore: version bump for 2.5.1 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2021-09-05 02:25:33 +00:00
parent 58314fa8c8
commit 7566bed58d
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--- next entry here --> <!--- next entry here -->
## 2.5.1
2021-09-05
### Fixes
- Fix #172 Allow higher slow-time values. (58314fa8c836f52d5e60e9a9b59e271d79375c03)
## 2.5.0 ## 2.5.0
2021-08-30 2021-08-30

View File

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