diff options
| author | cainus <[email protected]> | 2013-03-28 01:01:06 -0700 |
|---|---|---|
| committer | cainus <[email protected]> | 2013-03-28 01:01:06 -0700 |
| commit | 67effe59fbaefa65e69f5326c8bcd867537aea00 (patch) | |
| tree | becadb4f1ca17c906a997f039babc5214f111018 /package.json | |
| parent | c04a6beffc37a0c8fa3a06e628d95f11366db915 (diff) | |
| download | node-coveralls-67effe59fbaefa65e69f5326c8bcd867537aea00.tar.xz node-coveralls-67effe59fbaefa65e69f5326c8bcd867537aea00.zip | |
fix README. fix off-by-one error. version bump 2.0.4.
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 2cb0013..19245cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "coveralls", "description" : "takes json-cov output into stdin and POSTs to coveralls.io", "keywords" : ["coverage", "coveralls"], - "version": "2.0.3", + "version": "2.0.4", "bugs": { "url": "https://github.com/cainus/node-coveralls/issues" }, |
