From: Justin Wind Date: Fri, 21 Jan 2022 19:04:03 +0000 (-0800) Subject: bump package version to 1.0.2 X-Git-Tag: v1.0.2 X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=commitdiff_plain;h=a15c4051aee22b76eca268e6a53b0944a9e40d0c bump package version to 1.0.2 --- diff --git a/package-lock.json b/package-lock.json index 4c3d2ec..81b5367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c22216..d12a1af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.1", + "version": "1.0.2", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": {