diff --git a/package-lock.json b/package-lock.json index 2c189cc..f7ce5ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pkl-community/pkl-typescript", - "version": "0.0.15", + "version": "0.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pkl-community/pkl-typescript", - "version": "0.0.15", + "version": "0.0.16", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 6c5dcb3..a3d3271 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pkl-community/pkl-typescript", "description": "Typescript bindings for Pkl", - "version": "0.0.15", + "version": "0.0.16", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "repository": {