From 0aacce8c12e1592983067cc12b62623cb9b4a990 Mon Sep 17 00:00:00 2001 From: Jean Date: Sun, 17 Aug 2025 19:59:03 -0700 Subject: [PATCH] Fixing typo in package description --- package.json | 4 ++-- src/manifest-chrome.json | 4 ++-- src/manifest-firefox.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fa5e1b8..ed994b9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "metamorpov", "title": "MetamorPOV", - "version": "2.0.0", - "description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/do/present/.", + "version": "2.0.1", + "description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/present/do/.", "type": "module", "repository": { "type": "git", diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index 3a3461c..6bac1ff 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -2,9 +2,9 @@ "manifest_version": 3, "name": "MetamorPOV", "author": "Jean Viscogliosi-Pate", - "version": "2.0.0", + "version": "2.0.1", - "description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/do/present/.", + "description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/present/do/.", "action": { "default_title": "MetamorPOV", diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 134e9f9..c4e79a0 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -2,9 +2,9 @@ "manifest_version": 3, "name": "MetamorPOV", "author": "Jean Viscogliosi-Pate", - "version": "2.0.0", + "version": "2.0.1", - "description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/do/present/.", + "description": "Enables customization of reader-insert stories by translating specific markers such as Y/n, pov/s, and vrb/present/do/.", "browser_specific_settings": { "gecko": {