chore: version bump for 2.5.3 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2021-09-19 10:00:18 +00:00
parent 06c9d0d7c6
commit c97b33de87
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--- next entry here --> <!--- next entry here -->
## 2.5.3
2021-09-19
### Fixes
- Better status scene, now displaying error messages. (06c9d0d7c65954d123fbd0a8e3faa6d5b4f985ff)
## 2.5.2 ## 2.5.2
2021-09-12 2021-09-12

View File

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