chore: version bump for 2.1.1 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2020-03-17 22:51:01 +00:00
parent 1eaeb29730
commit 13bcd78473
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--- next entry here --> <!--- next entry here -->
## 2.1.1
2020-03-17
### Fixes
- The app was unable to start in some case. (1eaeb29730d532be9c5604690d0cce967a6c5847)
## 2.1.0 ## 2.1.0
2020-03-17 2020-03-17

View File

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