Skip to content

Commit a998e23

Browse files
committed
v1.3.0
1 parent 2008c5d commit a998e23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "CodeCopy",
44
"description": "Because copy to clipboard buttons should exist on every code snippet",
55
"homepage_url": "https://github.com/zenorocha/codecopy",
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"author": "Zeno Rocha",
88
"applications": {
99
"gecko": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecopy",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Because copy to clipboard buttons should exist on every code snippet",
55
"main": "src/scripts/main.js",
66
"repository": "zenorocha/codecopy",
@@ -31,4 +31,4 @@
3131
"package:blink": "cd dist && zip -r ../codecopy.zip * && cd ..",
3232
"package:gecko": "cd dist && zip -r ../codecopy.xpi * && cd .."
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)