version bump

This commit is contained in:
ipshing 2023-10-04 22:17:07 -07:00
parent 33217ab15c
commit 9591e9336c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "text-transform",
"name": "Text Transform",
"version": "1.0.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"description": "Adds formatting features to transform text casing.",
"main": "main.js",
"scripts": {