From 8d22cc9ab0dc85834b104134f055f42efb94c764 Mon Sep 17 00:00:00 2001 From: James McGauran <20632552+jamesmagoo@users.noreply.github.com> Date: Sun, 14 Apr 2024 09:02:16 +0100 Subject: [PATCH] Bump versions --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e6b6b8a..bee38cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "nostr-writer", "name": "Nostr Writer", - "version": "2.1.0", + "version": "2.1.1", "minAppVersion": "0.15.0", "description": "Publish your writing directly to Nostr.", "author": "jamesmagoo", diff --git a/package.json b/package.json index 18a7ef6..9cc2154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostr-writer", - "version": "2.1.0", + "version": "2.1.1", "description": "Publish your writing seamlessly to Nostr.", "main": "main.js", "scripts": {