From 4284193275d4ae22b099437c60620f00749fec4a Mon Sep 17 00:00:00 2001 From: ipshing Date: Fri, 29 Aug 2025 15:37:53 -0700 Subject: [PATCH] Version bump (1.4.1) --- manifest.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 45808d5..deff8bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "text-transform", "name": "Text Transform", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "1.0.0", - "description": "Transform text to different casings using the command palette or keyboard shortcuts.", + "description": "Transform text to different cases using the command palette or keyboard shortcuts.", "author": "ipshing", "authorUrl": "https://github.com/ipshing", "isDesktopOnly": false, diff --git a/package.json b/package.json index 8ad94e5..ded9553 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-text-transform", - "version": "1.4.0", - "description": "Adds formatting features to transform text casing.", + "version": "1.4.1", + "description": "Transform text to different cases using the command palette or keyboard shortcuts.", "main": "main.js", "scripts": { "dev": "rollup --config rollup.config.js -w",