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>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.1.0</string>
<key>Chrome</key>
<dict/>
<key>Content</key>

View File

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

View File

@ -11,5 +11,5 @@
"icon": "data/icons/icon48.png",
"icon64": "data/icons/icon64.png",
"license": "MIT",
"version": "1.0"
"version": "1.1"
}