From 9c2ca752cf6bb623e1d483952c4207a91ef5da0e Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 10 Jun 2022 17:39:05 -0700 Subject: [PATCH] bump package version to 1.1.3 --- 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 a835728..9854b88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.1.2", + "version": "1.1.3", "license": "ISC", "dependencies": { "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5", diff --git a/package.json b/package.json index 338e98d..42dc7af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.2", + "version": "1.1.3", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { -- 2.43.2