Skip to content

Commit

Permalink
Upgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
LPauzies committed Mar 9, 2022
1 parent 871b4c3 commit abe7f23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Twitch Companion",
"version": "2.1.0",
"version": "2.2.0",
"default_locale": "en",
"manifest_version": 2,
"description": "Access quickly to your favorite streams and search them by games. Be notified by popup of which one of your favorite streamers are online. Fully customizable application through parameters tab.",
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Twitch Companion",
"version": "2.1.0",
"version": "2.2.0",
"default_locale": "en",
"manifest_version": 2,
"description": "Access quickly to your favorite streams and search them by games. Be notified by popup of which one of your favorite streamers are online. Fully customizable application through parameters tab.",
Expand Down
2 changes: 1 addition & 1 deletion opera/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Twitch Companion",
"version": "2.1.0",
"version": "2.2.0",
"default_locale": "en",
"manifest_version": 2,
"description": "Access quickly to your favorite streams and search them by games. Be notified by popup of which one of your favorite streamers are online. Fully customizable application through parameters tab.",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-companion",
"version": "2.1.0",
"version": "2.2.0",
"description": "A way to easily interact with Twitch platform !",
"dependencies": {
"semver": "^7.3.2",
Expand Down Expand Up @@ -34,9 +34,9 @@
"package:firefox": "npm run build:firefox && gulp compress:firefox",
"package:chrome": "npm run build:chrome && gulp compress:chrome",
"package:opera": "npm run build:opera && gulp compress:opera",
"dist:all:minor": "gulp clean:dist && gulp upgrade:minor && npm run package:all",
"dist:all:medium": "gulp clean:dist && gulp upgrade:medium && npm run package:all",
"dist:all:major": "gulp clean:dist && gulp upgrade:major && npm run package:all",
"dist:all:minor": "npm run clean && gulp clean:dist && gulp upgrade:minor && npm run package:all",
"dist:all:medium": "npm run clean && gulp clean:dist && gulp upgrade:medium && npm run package:all",
"dist:all:major": "npm run clean && gulp clean:dist && gulp upgrade:major && npm run package:all",
"clean": "gulp clean:dist",
"dev:firefox": "web-ext run --source-dir ./build/firefox"
},
Expand Down

0 comments on commit abe7f23

Please sign in to comment.