Update version in all manifests & add prebuilt packages for Firefox & Safari

This commit is contained in:
Buu Nguyen 2014-05-14 23:33:13 -07:00
parent 9a3f3f238a
commit 0acbc993f5
5 changed files with 4 additions and 4 deletions

Binary file not shown.

BIN
dist/octotree.xpi vendored

Binary file not shown.

View File

@ -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>

View File

@ -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",

View File

@ -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"
} }