@mdfriday/foundry 26.4.11 → 26.4.12

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 CHANGED
@@ -55371,7 +55371,7 @@ For more information, visit: https://help.mdfriday.com
55371
55371
  * Show version
55372
55372
  */
55373
55373
  showVersion() {
55374
- const version = "26.4.11";
55374
+ const version = "26.4.12";
55375
55375
  return {
55376
55376
  success: true,
55377
55377
  message: `MDFriday CLI v${version}`