Skip to content

Commit 477645b

Browse files
committed
release v1.0.0
1 parent 5576229 commit 477645b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "GitX- Private notes for open source projects",
33
"short_name": "GitX",
4-
"version": "0.0.26",
4+
"version": "1.0.0",
55
"manifest_version": 2,
66
"description": "Chrome extension for adding private notes in Github",
77
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
@@ -26,6 +26,7 @@
2626
"matches": [
2727
"https://github.com/*",
2828
"https://gitextended.herokuapp.com/*",
29+
"https://gitx-app.herokuapp.com/*",
2930
"https://gitxapp.com/*"
3031
],
3132
"js": ["main.js"]

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GitX",
3-
"version": "0.0.26",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"description": "Chrome extension for adding private comments in Github",
66
"main": "webpack.config.js",

0 commit comments

Comments
 (0)