From 513c1024548efbe0d881e57a7eaad43ef85a8f54 Mon Sep 17 00:00:00 2001 From: Paul Murray Date: Fri, 6 Aug 2021 21:45:25 +0000 Subject: [PATCH] 1.0.11 --- 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 4fbb836..998e889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "rollup-plugin-archieml", - "version": "1.0.8", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.8", + "version": "1.0.11", "license": "MIT", "dependencies": { "archieml": "0.4" diff --git a/package.json b/package.json index 811a2df..656ca04 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rollup-plugin-archieml", "type": "module", - "version": "1.0.10", + "version": "1.0.11", "publishConfig": { "access": "public" },