mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
chore: bump version to 0.5.7 for public release
This commit is contained in:
parent
ecf9fa6f33
commit
f448f48e0d
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue