mirror of
https://github.com/actuallymentor/battery.git
synced 2026-02-03 14:03:24 +00:00
🔼 bump version for backwards incompatible GUI update
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
Development notes:
|
Development notes:
|
||||||
|
|
||||||
- logo icons are 20px black/white for theme and 100% vs 50% for active inactive (inside bit only.)
|
- 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:
|
- deploy new version:
|
||||||
- Update version in `package.json`
|
- Update version in `package.json`
|
||||||
- `npm run build`
|
- `npm run build`
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "battery",
|
"name": "battery",
|
||||||
"version": "1.1.6",
|
"version": "1.2.0",
|
||||||
"description": "A battery charge limiter for Apple silicon Mac devices",
|
"description": "A battery charge limiter for Apple silicon Mac devices",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"build": {
|
"build": {
|
||||||
@@ -56,4 +56,4 @@
|
|||||||
"electron-store": "^8.1.0",
|
"electron-store": "^8.1.0",
|
||||||
"update-electron-app": "^2.0.1"
|
"update-electron-app": "^2.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user