diff --git a/package-lock.json b/package-lock.json index f3d93a8..4802419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protoobject", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "protoobject", - "version": "1.1.1", + "version": "1.1.2", "funding": [ { "type": "buymeacoffee", diff --git a/package.json b/package.json index 0a0829f..8f6ead5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protoobject", - "version": "1.1.1", + "version": "1.1.2", "description": "A universal class for creating any JSON objects and simple manipulations with them.", "main": "./lib/index.js", "types": "./lib/index.d.ts",