From bafe02b7cbc6f7ef4cd492c738bac779bbf8a490 Mon Sep 17 00:00:00 2001 From: Jean Date: Sun, 20 Jul 2025 14:42:28 -0700 Subject: [PATCH] Updating version number --- package.json | 2 +- src/manifest-chrome.json | 2 +- src/manifest-firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e2fede..8d9bc28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metamorpov", "title": "MetamorPOV", - "version": "1.2.0", + "version": "1.4.0", "description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.", "type": "module", "repository": { diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index 8b91383..5dd227c 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "MetamorPOV", "author": "Jean Viscogliosi-Pate", - "version": "1.3.0", + "version": "1.4.0", "description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.", diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 4a8262d..efe831c 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "MetamorPOV", "author": "Jean Viscogliosi-Pate", - "version": "1.3.0", + "version": "1.4.0", "description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.",