chore: bump version to 0.5.7 for public release

This commit is contained in:
johnny1093 2026-07-11 14:30:48 -04:00
parent ecf9fa6f33
commit f448f48e0d
3 changed files with 6 additions and 5 deletions

View file

@ -1,11 +1,11 @@
{ {
"id": "cmdr", "id": "cmdr",
"name": "Commander", "name": "Commander",
"version": "0.5.5", "version": "0.5.7",
"minAppVersion": "1.4.4", "minAppVersion": "1.4.4",
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.", "description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
"author": "jsmorabito & phibr0", "author": "jsmorabito & phibr0",
"authorUrl": "https://github.com/phibr0", "authorUrl": "https://github.com/phibr0",
"fundingUrl": "https://ko-fi.com/phibr0", "fundingUrl": "https://ko-fi.com/phibr0",
"isDesktopOnly": false "isDesktopOnly": false
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "cmdr", "name": "cmdr",
"version": "0.5.6", "version": "0.5.7",
"description": "Customize your workspace by adding commands /everywhere/.", "description": "Customize your workspace by adding commands /everywhere/.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -4,5 +4,6 @@
"0.1.1": "0.16.0", "0.1.1": "0.16.0",
"0.1.0": "0.15.0", "0.1.0": "0.15.0",
"0.5.2": "1.4.0", "0.5.2": "1.4.0",
"0.5.6": "1.4.0" "0.5.6": "1.4.0",
} "0.5.7": "1.4.4"
}