Skip to content

Commit

Permalink
bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Mar 19, 2021
1 parent f683875 commit fdbcf25
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.9.1",
"version": "1.10.0",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"offline_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion manifest.edge.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.9.1",
"version": "1.10.0",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"offline_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.9.1",
"version": "1.10.0",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"background": {
"scripts": [
Expand Down
2 changes: 1 addition & 1 deletion manifest.opera.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Cookie-Editor",
"version": "1.9.1",
"version": "1.10.0",
"author": "Moustachauve",
"description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
"offline_enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "cookie-editor",
"version": "1.9.1",
"version": "1.10.0",
"repository": {
"type": "git",
"url": "https://github.com/Moustachauve/cookie-editor.git"
},
"license": "GPL-3.0-only",
"devDependencies": {
"grunt": "~1.0.3",
"grunt-contrib-clean": "^2.0.0",
Expand Down

0 comments on commit fdbcf25

Please sign in to comment.