chore: version bump for 1.16.0 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2019-11-10 03:38:55 +00:00
parent 1002880af7
commit 4a827cc37d
3 changed files with 14 additions and 2 deletions

View File

@ -2,6 +2,18 @@
<!--- next entry here -->
## 1.16.0
2019-11-10
### Features
- Added Dark mode option and tutorial section. (ca1bb86e76c593e8bc7ba642f3f2e0064f56b700)
### Fixes
- :pencil2: Better notification sentence. (3e15ca9a68f3dcc2817b955afe5f1d6bb1f8296c)
- fixed save preset bug (1002880af72421253f83b59ad25105752c1a81ac)
## 1.15.1
2019-08-25

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "ryzencontroller",
"version": "1.15.1",
"version": "1.16.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "ryzencontroller",
"productName": "RyzenController",
"version": "1.15.1",
"version": "1.16.0",
"description": "A minimal Electron application to use ryzenAdj through a friendly interface.",
"main": "main.js",
"scripts": {