diff --git a/package-lock.json b/package-lock.json index f54e8b6..6244821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pkl-community/pkl-typescript", - "version": "0.0.13", + "version": "0.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pkl-community/pkl-typescript", - "version": "0.0.13", + "version": "0.0.14", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 12e3854..0becfdb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pkl-community/pkl-typescript", "description": "Typescript bindings for Pkl", - "version": "0.0.13", + "version": "0.0.14", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "repository": {