Skip to content

Commit 1491a68

Browse files
🔼 bump version for backwards incompatible GUI update
1 parent bfcd5b1 commit 1491a68

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Development notes:
22

33
- logo icons are 20px black/white for theme and 100% vs 50% for active inactive (inside bit only.)
4+
- these are auto-generated by running `node index.js` inside `app/assets`
45
- deploy new version:
56
- Update version in `package.json`
67
- `npm run build`

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "battery",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "A battery charge limiter for Apple silicon Mac devices",
55
"main": "main.js",
66
"build": {
@@ -56,4 +56,4 @@
5656
"electron-store": "^8.1.0",
5757
"update-electron-app": "^2.0.1"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)