🔼 bump version for backwards incompatible GUI update

This commit is contained in:
Mentor
2023-08-24 16:31:42 +02:00
parent bfcd5b155c
commit 1491a68d6e
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
Development notes:
- logo icons are 20px black/white for theme and 100% vs 50% for active inactive (inside bit only.)
- these are auto-generated by running `node index.js` inside `app/assets`
- deploy new version:
- Update version in `package.json`
- `npm run build`

View File

@@ -1,6 +1,6 @@
{
"name": "battery",
"version": "1.1.6",
"version": "1.2.0",
"description": "A battery charge limiter for Apple silicon Mac devices",
"main": "main.js",
"build": {