diff --git a/package-lock.json b/package-lock.json index af3823d..050ce1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cuid", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 49a12cd..839c888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cuid", - "version": "2.0.0", + "version": "2.0.1", "description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.", "author": { "name": "Eric Elliott",