diff --git a/package-lock.json b/package-lock.json index d9734ab..523f133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bianco.attr", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bianco.attr", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "bianco.dom-to-array": "^1.1.0" diff --git a/package.json b/package.json index f48592e..2271667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bianco.attr", - "version": "1.0.0", + "version": "1.1.0", "description": "Helper to set/get/remove DOM attributes on a list of nodes", "main": "index.js", "jsnext:main": "index.next.js",