@mdfriday/foundry 26.4.1 → 26.4.3
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/index.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -55225,7 +55225,7 @@ For more information, visit: https://help.mdfriday.com
|
|
|
55225
55225
|
* Show version
|
|
55226
55226
|
*/
|
|
55227
55227
|
showVersion() {
|
|
55228
|
-
const version = "26.4.
|
|
55228
|
+
const version = "26.4.3";
|
|
55229
55229
|
return {
|
|
55230
55230
|
success: true,
|
|
55231
55231
|
message: `MDFriday CLI v${version}`
|