Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed May 2, 2019
1 parent e9960d6 commit a246e44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion scripts/manifests/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "AwesomeEmojiPicker DEV VERSION",
"short_name": "__MSG_extensionNameShort__",
"version": "0.7",
"version": "0.8",
"author": "rugk",

"description": "__MSG_extensionDescription__",
Expand Down
2 changes: 1 addition & 1 deletion scripts/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionNameShort__",
"version": "0.7",
"version": "0.8",
"author": "rugk",

"description": "__MSG_extensionDescription__",
Expand Down
10 changes: 1 addition & 9 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "AwesomeEmojiPicker DEV VERSION",
"short_name": "__MSG_extensionNameShort__",
"version": "0.7",
"version": "0.8",
"author": "rugk",

"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -30,14 +30,6 @@
"background": {
"page": "background/background.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Period"
},
"description": "__MSG_commandOpenPopup__"
}
},

// testing version allows loading unit test libraries from CDNs
"content_security_policy": "default-src 'self'; img-src data:; style-src 'self' https://unpkg.com; script-src 'self' https://unpkg.com",
Expand Down

0 comments on commit a246e44

Please sign in to comment.