From a15c4051aee22b76eca268e6a53b0944a9e40d0c Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 21 Jan 2022 11:04:03 -0800 Subject: [PATCH] bump package version to 1.0.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": { -- 2.43.2