diff --git a/bower.json b/bower.json index d8572992..c0925e19 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "node-uuid", - "version": "1.4.6", + "version": "1.4.7", "homepage": "https://github.com/broofa/node-uuid", "authors": [ "Robert Kieffer " diff --git a/component.json b/component.json index 1911257d..3ff46336 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "node-uuid", "repo": "broofa/node-uuid", "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.", - "version": "1.4.6", + "version": "1.4.7", "author": "Robert Kieffer ", "contributors": [ { diff --git a/package.json b/package.json index 2445cdf4..5adef423 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,5 @@ "test": "node test/test.js" }, "url": "http://github.com/broofa/node-uuid", - "version": "1.4.6" + "version": "1.4.7" }