diff --git a/package-lock.json b/package-lock.json index 240556f..3059198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tiny-svg", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tiny-svg", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", diff --git a/package.json b/package.json index 4a7f625..6d077b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiny-svg", - "version": "3.1.0", + "version": "3.1.1", "description": "A minimal toolbelt for builing fast SVG-based applications", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",