Update dist + bump version
This commit is contained in:
parent
20fa16b144
commit
0318213311
|
@ -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
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue