Update dist + bump version

This commit is contained in:
Buu Nguyen 2015-06-02 20:58:32 -07:00
parent 20fa16b144
commit 0318213311
9 changed files with 8 additions and 5 deletions

View File

@ -51,6 +51,9 @@ By default, Octotree only works on `github.com`. To support GitHub Enterprise on
## Changelog
### v1.6.2
* Fix branch selection no longer works due to GitHub change
### v1.6.1
* Update buttons' style to match GitHub new button style

BIN
dist/chrome.crx vendored

Binary file not shown.

BIN
dist/chrome.zip vendored

Binary file not shown.

BIN
dist/firefox.xpi vendored

Binary file not shown.

BIN
dist/opera.nex vendored

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "octotree",
"version": "1.6.1",
"version": "1.6.2",
"description": "Display GitHub code in tree format",
"main": "inject.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "Octotree",
"version": "1.6.1",
"version": "1.6.2",
"manifest_version": 2,
"author": "Buu Nguyen",
"description": "Display GitHub code in tree format",

View File

@ -11,7 +11,7 @@
"icon": "data/icons/icon48.png",
"icon64": "data/icons/icon64.png",
"license": "MIT",
"version": "1.6.1",
"version": "1.6.2",
"permissions": {
"cross-domain-content": ["https://api.github.com", "https://github.com"]
}

View File

@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>CFBundleVersion</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>Chrome</key>
<dict/>
<key>Content</key>