diff --git a/package-lock.json b/package-lock.json index df33016..3850c52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-spicedb", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "local-spicedb", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index a18529e..329a3b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-spicedb", - "version": "0.0.1", + "version": "0.1.0", "description": "Local SpiceDB instance for testing", "main": "dist/index.js", "types": "dist/index.d.ts",