Skip to content

Commit f1f8777

Browse files
committed
2.0.15
1 parent 7f02134 commit f1f8777

File tree

10 files changed

+8
-5
lines changed

10 files changed

+8
-5
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v2.0.15
2+
* Avoid showing tree in raw GitHub pages
3+
14
### v2.0.14
25
* Add more reserved names
36
* Update GitLab token link

dist/chrome.crx

24 Bytes
Binary file not shown.

dist/chrome.zip

24 Bytes
Binary file not shown.

dist/firefox.xpi

24 Bytes
Binary file not shown.

dist/opera.nex

24 Bytes
Binary file not shown.

dist/safari.safariextz

2 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "octotree",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "Code tree for GitHub and GitLab",
55
"main": "inject.js",
66
"scripts": {

src/config/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Octotree",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"manifest_version": 2,
55
"author": "Buu Nguyen",
66
"description": "Code tree for GitHub and GitLab",

src/config/firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"icon": "resource://jid1-Om7eJGwA1U8Akg-at-jetpack/data/icons/icon48.png",
1010
"icon64": "resource://jid1-Om7eJGwA1U8Akg-at-jetpack/data/icons/icon64.png",
1111
"license": "MIT",
12-
"version": "2.0.14",
12+
"version": "2.0.15",
1313
"permissions": {
1414
"cross-domain-content": ["https://api.github.com", "https://github.com", "https://gitlab.com"],
1515
"private-browsing": true

src/config/safari/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.0.14</string>
16+
<string>2.0.15</string>
1717
<key>CFBundleVersion</key>
18-
<string>2.0.14</string>
18+
<string>2.0.15</string>
1919
<key>Chrome</key>
2020
<dict/>
2121
<key>Content</key>

0 commit comments

Comments
 (0)