Version bump (1.1.0)

This commit is contained in:
ipshing 2024-03-02 15:55:35 -08:00
parent 0f7f591d7e
commit 61a89f4b2c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "text-transform",
"name": "Text Transform",
"version": "1.0.4",
"version": "1.1.0",
"minAppVersion": "1.0.0",
"description": "Transform text to different casings using the command palette or keyboard shortcuts.",
"author": "ipshing",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-text-transform",
"version": "1.0.4",
"version": "1.1.0",
"description": "Adds formatting features to transform text casing.",
"main": "main.js",
"scripts": {