Skip to content

Commit

Permalink
Bump version to 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Sep 9, 2024
1 parent 34f2d48 commit 2cd6f6d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitnews-menubar",
"version": "1.9.0",
"version": "2.0.0-beta.1",
"description": "GitHub notifications in your menu bar",
"productName": "Gitnews",
"main": ".webpack/main",
Expand All @@ -14,11 +14,7 @@
"package": "electron-forge package",
"make": "electron-forge make"
},
"keywords": [
"menu",
"github",
"notifications"
],
"keywords": ["menu", "github", "notifications"],
"author": "Payton Swick <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -92,8 +88,6 @@
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"prettier --write"
]
"*.{js,ts,tsx}": ["prettier --write"]
}
}

0 comments on commit 2cd6f6d

Please sign in to comment.