mirror of
https://github.com/ipshing/obsidian-text-transform.git
synced 2026-07-22 08:30:29 +00:00
Version bump (1.4.1)
This commit is contained in:
parent
521d4d7b04
commit
4284193275
2 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue