We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcd5b1 commit 1491a68Copy full SHA for 1491a68
app/README.md
@@ -1,6 +1,7 @@
1
Development notes:
2
3
- 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`
5
- deploy new version:
6
- Update version in `package.json`
7
- `npm run build`
app/package.json
@@ -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": {
@@ -56,4 +56,4 @@
56
"electron-store": "^8.1.0",
57
"update-electron-app": "^2.0.1"
58
}
59
-}
+}
0 commit comments