From 0eddd016568ca7a57b86106259cf395f417aed17 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Thu, 9 Jun 2022 09:47:42 -0500 Subject: [PATCH] Update versions prior to release. --- npm/threadcap/package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/threadcap/package.json b/npm/threadcap/package.json index 9fcce3a..7de7780 100644 --- a/npm/threadcap/package.json +++ b/npm/threadcap/package.json @@ -1,6 +1,6 @@ { "name": "threadcap", - "version": "0.1.7+", + "version": "0.1.8", "description": "Threadcap helps you take and update snapshots of a public ActivityPub comment thread, given a root post url.", "repository": { "type": "git", diff --git a/src/version.ts b/src/version.ts index 8bcab47..c0e3dbb 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const MINIPUB_VERSION = '0.1.7+'; +export const MINIPUB_VERSION = '0.1.8';