Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Nov 12, 2015
1 parent 7bb3cb6 commit c206db8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "node-uuid",
"version": "1.4.2",
"version": "1.4.5",
"homepage": "https://github.com/broofa/node-uuid",
"authors": [
"Robert Kieffer <robert@broofa.com>"
Expand Down
13 changes: 10 additions & 3 deletions component.json
Expand Up @@ -2,12 +2,19 @@
"name": "node-uuid",
"repo": "broofa/node-uuid",
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"version": "1.4.0",
"version": "1.4.5",
"author": "Robert Kieffer <robert@broofa.com>",
"contributors": [
{"name": "Christoph Tavan <dev@tavan.de>", "github": "https://github.com/ctavan"}
{
"name": "Christoph Tavan <dev@tavan.de>",
"github": "https://github.com/ctavan"
}
],
"keywords": [
"uuid",
"guid",
"rfc4122"
],
"keywords": ["uuid", "guid", "rfc4122"],
"dependencies": {},
"development": {},
"main": "uuid.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,5 +57,5 @@
"test": "node test/test.js"
},
"url": "http://github.com/broofa/node-uuid",
"version": "1.4.4"
"version": "1.4.5"
}

0 comments on commit c206db8

Please sign in to comment.