Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhabitela committed May 3, 2017
1 parent 38b4be5 commit 6ac0aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"manifest_version": 2,
"version": "0.5.0",
"name": "Assistant RGAA",
"description": "Assistant RGAA",
"version": "1.0.0",
"icons": {
"48": "img/icon-48.png",
"96": "img/icon-96.png"
},
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "51.0"
"strict_min_version": "52.0"
}
},
"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.5.0",
"name": "assistant-rgaa",
"version": "1.0.0",
"description": "Assistant RGAA",
"main": "js/index.js",
"scripts": {
Expand Down

0 comments on commit 6ac0aef

Please sign in to comment.