From 3da6802f63fa11b0979877dc9f89376b79bc10f9 Mon Sep 17 00:00:00 2001 From: gianlucaguarini Date: Thu, 10 Mar 2022 09:12:26 +0100 Subject: [PATCH] 1.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",