@mdfriday/foundry 26.4.9 → 26.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/obsidian/mobile.js +8736 -0
- package/package.json +13 -1
package/dist/cli.js
CHANGED
|
@@ -55372,7 +55372,7 @@ For more information, visit: https://help.mdfriday.com
|
|
|
55372
55372
|
* Show version
|
|
55373
55373
|
*/
|
|
55374
55374
|
showVersion() {
|
|
55375
|
-
const version = "26.4.
|
|
55375
|
+
const version = "26.4.10";
|
|
55376
55376
|
return {
|
|
55377
55377
|
success: true,
|
|
55378
55378
|
message: `MDFriday CLI v${version}`
|