diff --git a/FIGlet Text.novaextension/CHANGELOG.md b/FIGlet Text.novaextension/CHANGELOG.md index 4a0d20d..a6cf295 100644 --- a/FIGlet Text.novaextension/CHANGELOG.md +++ b/FIGlet Text.novaextension/CHANGELOG.md @@ -1,3 +1,6 @@ +## Version 1.15.1 +- updated repository and bugs url + ## Version 1.15 - added Apple silicon support diff --git a/FIGlet Text.novaextension/README.md b/FIGlet Text.novaextension/README.md index add7817..dd32a3d 100644 --- a/FIGlet Text.novaextension/README.md +++ b/FIGlet Text.novaextension/README.md @@ -1,4 +1,4 @@ -FIGlet Text +FIGlet Text # Features - convert selection to FIGlet text diff --git a/FIGlet Text.novaextension/extension.json b/FIGlet Text.novaextension/extension.json index 0510214..f413fab 100644 --- a/FIGlet Text.novaextension/extension.json +++ b/FIGlet Text.novaextension/extension.json @@ -3,7 +3,7 @@ "name": "FIGlet Text", "organization": "Dan Remollino", "description": "Convert selected text to FIGlet. Great for adding readable text to the Minimap, creating l33t text headers, and organizing files.", - "version": "1.15", + "version": "1.15.1", "categories": ["commands", "formatters"], "entitlements": { @@ -699,6 +699,6 @@ ] }, - "bugs": "https://github.com/danremollino/nova-figlet/issues", - "repository": "https://github.com/danremollino/nova-figlet" + "bugs": "https://git.danremollino.dev/danremollino/nova-figlet/issues", + "repository": "https://git.danremollino.dev/danremollino/nova-figlet" }