From 0a906d84322ef7d2193db4ff5384c3677d887802 Mon Sep 17 00:00:00 2001 From: Jean Date: Sat, 22 Feb 2025 17:28:36 -0800 Subject: [PATCH] Undo incrementing version number before release --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4394fe..306c6ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metamorpov", "title": "MetamorPOV", - "version": "1.2.1", + "version": "1.2.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.json b/src/manifest.json index c69830f..4c4aaf3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "MetamorPOV", "author": "Jean Viscogliosi-Pate", - "version": "1.2.1", + "version": "1.2.0", "description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.",