diff --git a/manifest.json b/manifest.json index a997146..a02560c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "text-tools", "name": "Local Text Tools", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.15.0", "description": "Text manipulation commands: case conversion, line numbering, and more. Works with single and multiple selections.", - "author": "", - "authorUrl": "", + "author": "Nils Telleria", + "authorUrl": "https://github.com/nilsandrey", "isDesktopOnly": false } diff --git a/package.json b/package.json index ff9293c..a2311c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-text-tools", - "version": "1.0.4", + "version": "1.0.5", "description": "Text manipulation tools for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0438402..823cab8 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.15.0", "1.0.2": "0.15.0", "1.0.3": "0.15.0", - "1.0.4": "0.15.0" + "1.0.4": "0.15.0", + "1.0.5": "0.15.0" }