Version bump (1.4.1)

This commit is contained in:
ipshing 2025-08-29 15:37:53 -07:00
parent 521d4d7b04
commit 4284193275
2 changed files with 4 additions and 4 deletions

View file

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

View file

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