diff options
author | Ehsan Akhgari <ehsan@mozilla.com> | 2010-07-09 14:34:15 -0700 |
---|---|---|
committer | Ehsan Akhgari <ehsan@mozilla.com> | 2010-07-09 14:34:15 -0700 |
commit | 9c387f4dbe22a7dab3dfbe9ee2a05f6ff8c90dcf (patch) | |
tree | 93f2efcac41b9ba5a5853e145518ba89520133ac | |
parent | ad947c60ac734f5b3b70eec6e12f5c123baab36f (diff) | |
download | bugzilla-triage-9c387f4dbe22a7dab3dfbe9ee2a05f6ff8c90dcf.tar.gz |
Bump the version number for Bugzilla Tweakstweaks-1.1
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a7e50a3..7d4b27d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "contributors": ["Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>"], "url": "http://ehsanakhgari.org/mozilla/extensions/firefox/bugzilla-tweaks", - "version": "1.0", + "version": "1.1", "dependencies": [ "jetpack-core" ], |