diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-03 23:24:34 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-03 23:24:34 +0200 |
commit | 59ca7aa09dd956748fe5f5acfee2de8a60ca995d (patch) | |
tree | c033dbd289594f46aab79283d1dcb154cc0f6258 | |
parent | c5f96274db38c2ad33f750b7118a3871e69e2aa2 (diff) | |
download | bugzilla-triage-59ca7aa09dd956748fe5f5acfee2de8a60ca995d.tar.gz |
Fix version number0.22
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 48730bf..f18a874 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,5 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php)", - "version": "0.21" + "version": "0.22" } |