Skip to content

Commit

Permalink
version bmp to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jan 13, 2018
1 parent 4885125 commit 4c7d640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Publishing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Publishing Releases

Steps:
- Update version in package.json and app/package.json
- Update version in `package.json` and `app/package.json` (they must match!)
- Build release:
```
npm run clean // removes node_modules so they get rebuilt
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Blink1Control2",
"version": "2.0.5",
"version": "2.1.0",
"author": "ThingM <[email protected]> (https://blink1.thingm.com/)",
"description": "Blink1Control2 GUI app for blink(1) devices",
"productName": "Blink1Control2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Blink1Control2",
"version": "2.0.5",
"version": "2.1.0",
"author": "ThingM <[email protected]> (https://blink1.thingm.com/)",
"description": "Blink1Control2 GUI app for blink(1) devices",
"keywords": [
Expand Down

0 comments on commit 4c7d640

Please sign in to comment.