diff --git a/app/package.json b/app/package.json index 7035dfdc..3a8911cb 100644 --- a/app/package.json +++ b/app/package.json @@ -2,19 +2,13 @@ "name": "cerebro", "productName": "Cerebro", "description": "Cerebro is an open-source launcher to improve your productivity and efficiency", - "version": "0.10.0", + "version": "0.11.0", "main": "./main.js", "license": "MIT", "author": { "name": "CerebroApp Organization", - "email": "kelionweb@gmail.com", "url": "https://github.com/cerebroapp" }, - "contributors": [ - "Alexandr Subbotin (https://github.com/KELiON)", - "Gustavo Pereira (https://dubis.dev)" - ], "dependencies": { "chokidar": "3.5.3", "electron-updater": "5.3.0", diff --git a/package.json b/package.json index b10ee41f..d73734c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cerebro", "productName": "cerebro", - "version": "0.10.0", + "version": "0.11.0", "description": "Cerebro is an open-source launcher to improve your productivity and efficiency", "main": "main.js", "scripts": { @@ -31,11 +31,6 @@ "name": "CerebroApp Organization", "url": "https://github.com/cerebroapp" }, - "contributors": [ - "Alexandr Subbotin (https://github.com/KELiON)", - "Gustavo Pereira (https://dubis.dev)" - ], "license": "MIT", "bugs": { "url": "https://github.com/cerebroapp/cerebro/issues"