@yswgaicx/yswg-img-cli 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -280,8 +280,8 @@ Use `yswg-img version --json` for a machine-readable version check:
280
280
 
281
281
  ```json
282
282
  {
283
- "currentVersion": "0.1.7",
284
- "latestVersion": "0.1.8",
283
+ "currentVersion": "0.1.8",
284
+ "latestVersion": "0.1.9",
285
285
  "updateAvailable": true,
286
286
  "upgradeCommand": "npm install -g @yswgaicx/yswg-img-cli@latest"
287
287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yswgaicx/yswg-img-cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "CLI wrapper for YSWG Monkey Genius image generation.",
5
5
  "type": "module",
6
6
  "bin": {