Skip to content

Commit

Permalink
馃敿 bump version for backwards incompatible GUI update
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallymentor committed Aug 24, 2023
1 parent bfcd5b1 commit 1491a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"electron-store": "^8.1.0",
"update-electron-app": "^2.0.1"
}
}
}

0 comments on commit 1491a68

Please sign in to comment.