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",