diff --git a/docs/README.md b/docs/README.md index cbafed5..e255fc3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -*uhtml* (micro *µ* html) is one of the smallest, fastest, memory consumption friendly, yet zero-tools based, library to help creating or manipulating DOM content. +*uhtml* (micro *µ* html) is one of the smallest, fastest, memory consumption friendly, yet zero-tools based, library to safely help creating or manipulating DOM content. It is entirely Web standards based and it adds just the minimal amount of *spices* to the templates literals it's able to understand and optimized for either repeated updates or one-off operations. diff --git a/package-lock.json b/package-lock.json index 2e650b9..0f37753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "uhtml", - "version": "4.1.4", + "version": "4.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "uhtml", - "version": "4.1.4", + "version": "4.1.5", "license": "MIT", "dependencies": { "@webreflection/uparser": "^0.3.3", diff --git a/package.json b/package.json index 5970a17..6e8c264 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uhtml", - "version": "4.1.4", + "version": "4.1.5", "description": "A micro HTML/SVG render", "main": "./cjs/index.js", "scripts": {