From 3620893ddf92ac7d52f7ada169312e871c360ada Mon Sep 17 00:00:00 2001 From: Alexander Haslam Date: Sat, 26 Nov 2022 21:49:10 -0800 Subject: [PATCH] Fix options not working --- package.json | 2 +- public/manifest.json | 2 +- public/options.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e29b6b9..e89f1c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-link", - "version": "1.2.0", + "version": "1.2.1", "description": "Find it annoying to copy paste `@indiealexh@tny.social` to look at someones Mastodon profile or follow them? This extension is for you.", "main": "index.js", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index c13073f..db78429 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "name": "Mastodon Link", - "version": "1.2.0", + "version": "1.2.1", "author": "Alexander Haslam <@indiealexh@tny.social>", "manifest_version": 3, "description": "Extension to make it easy to visit mastodon profiles from your instance", diff --git a/public/options.html b/public/options.html index a6f9137..e786bfc 100644 --- a/public/options.html +++ b/public/options.html @@ -27,6 +27,6 @@
- + \ No newline at end of file