diff --git a/package-lock.json b/package-lock.json index 83546fe..e68695a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spacetrim", - "version": "0.9.7", + "version": "0.9.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spacetrim", - "version": "0.9.7", + "version": "0.9.8", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@rollup/plugin-typescript": "8.3.0", diff --git a/package.json b/package.json index f349ca7..a90b7f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spacetrim", - "version": "0.9.7", + "version": "0.9.8", "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,