diff --git a/package-lock.json b/package-lock.json index c06bc1e..3034c8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pkl-community/pkl-typescript", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pkl-community/pkl-typescript", - "version": "0.0.6", + "version": "0.0.7", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index f55ef8c..f7a15da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pkl-community/pkl-typescript", "description": "Typescript bindings for Pkl", - "version": "0.0.6", + "version": "0.0.7", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "repository": {