From: Justin Wind Date: Sat, 11 Jun 2022 00:39:05 +0000 (-0700) Subject: bump package version to 1.1.3 X-Git-Tag: v1.1.3 X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=9c2ca752cf6bb623e1d483952c4207a91ef5da0e bump package version to 1.1.3 --- 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": {