From baecec439f2f6165cf4131197bd0ae9fddbd970c Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Tue, 28 Jun 2022 10:16:46 -0700 Subject: [PATCH] bump package version to 1.1.4 --- 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 e4cd820..1138046 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/indieauth-helper", - "version": "1.1.3", + "version": "1.1.4", "license": "ISC", "dependencies": { "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.6", diff --git a/package.json b/package.json index fb1d8eb..1914aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.3", + "version": "1.1.4", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { -- 2.43.2