diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-08-20 15:25:22 -0400 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-08-20 15:52:25 -0400 |
commit | a902cc5f289ecf5d17dbf9eec69747141720f8cd (patch) | |
tree | 9504b2ff714692353d20e3705025b08a320326a7 /package.json | |
parent | 63de10a5636f23ab55e01826534f55e263805d77 (diff) | |
download | bugzilla-triage-a902cc5f289ecf5d17dbf9eec69747141720f8cd.tar.gz |
We don't have getVersion method anymore0.21
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7150f1b..48730bf 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.20" + "version": "0.21" } |