mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
chore: bump version
This commit is contained in:
parent
6603ae9dc5
commit
384ea5bdd4
3 changed files with 6 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "cmdr",
|
||||
"name": "Commander",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "Customize your workspace by adding commands everywhere, create Macros and supercharge your mobile toolbar.",
|
||||
"author": "jsmorabito & phibr0",
|
||||
"authorUrl": "https://github.com/phibr0",
|
||||
"fundingUrl": "https://ko-fi.com/phibr0",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cmdr",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Customize your workspace by adding commands /everywhere/.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
"0.4.2": "1.1.0",
|
||||
"0.4.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"
|
||||
}
|
||||
Loading…
Reference in a new issue