Update version in all manifests & add prebuilt packages for Firefox & Safari
This commit is contained in:
parent
9a3f3f238a
commit
0acbc993f5
Binary file not shown.
Binary file not shown.
|
@ -13,9 +13,9 @@
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.0</string>
|
<string>1.1.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1.1.0</string>
|
||||||
<key>Chrome</key>
|
<key>Chrome</key>
|
||||||
<dict/>
|
<dict/>
|
||||||
<key>Content</key>
|
<key>Content</key>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Octotree",
|
"name": "Octotree",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "Buu Nguyen",
|
"author": "Buu Nguyen",
|
||||||
"description": "Display GitHub code in tree format",
|
"description": "Display GitHub code in tree format",
|
||||||
|
|
|
@ -11,5 +11,5 @@
|
||||||
"icon": "data/icons/icon48.png",
|
"icon": "data/icons/icon48.png",
|
||||||
"icon64": "data/icons/icon64.png",
|
"icon64": "data/icons/icon64.png",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.0"
|
"version": "1.1"
|
||||||
}
|
}
|
Loading…
Reference in New Issue