diff --git a/package-lock.json b/package-lock.json index f7c4250..88340b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spacetrim", - "version": "0.9.20", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spacetrim", - "version": "0.9.20", + "version": "0.10.0", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@rollup/plugin-typescript": "8.3.0", diff --git a/package.json b/package.json index e83c8e7..e12e30f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spacetrim", - "version": "0.9.20", + "version": "0.10.0", "description": "Spacetrim is trimming string from all 4 sides. It is very helpful to keep pretty code indentation without keeping a strange spaces inside a strings.", "private": false, "sideEffects": false,