diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-14 22:29:26 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-14 22:29:26 +0200 |
commit | 175cdd6039700ee656d220d35854c6277f4a1203 (patch) | |
tree | a5c45d82c3ccaa881920536893991c2b98ede594 | |
parent | d6392709f209e5b63cafd47d59ffa0c0182487ed (diff) | |
download | bugzilla-triage-175cdd6039700ee656d220d35854c6277f4a1203.tar.gz |
Fix version number
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f18a874..3dfffe1 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.22" + "version": "0.23" } |