diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 2eb29dd..61f1a81 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "r2pipe-ts", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "r2pipe-ts", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@types/node": "^20.11.28", diff --git a/typescript/package.json b/typescript/package.json index ef38d0d..faa07fe 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "r2pipe-ts", - "version": "0.1.2", + "version": "0.2.0", "description": "TypeScript r2pipe API", "type": "commonjs", "main": "./dist/index.js",