Skip to content

Commit

Permalink
change version and add contributors to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Shapkarin committed Jan 31, 2020
1 parent 3207728 commit f927127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tab Glutton",
"version": "2.2.0",
"version": "2.3.0",
"permissions": [
"tabs"
],
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-glutton",
"version": "2.2.0",
"version": "2.3.0",
"description": "A Google Chrome tab management extension",
"main": "background.js",
"scripts": {
Expand All @@ -23,6 +23,9 @@
"management"
],
"author": "Nick Sandonato <nick.sandonato@gmail.com>",
"contributors": [
"Yury Shapkarin <yury@shapkarin.me> (http://shapkarin.me/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nsand/tab-glutton/issues"
Expand Down

0 comments on commit f927127

Please sign in to comment.