@jezweb/jezpress-cli 1.3.1 → 1.3.2

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -56,7 +56,7 @@ function extractPluginHeaders(zipPath, slug) {
56
56
  program
57
57
  .name('jezpress')
58
58
  .description('CLI for managing JezPress plugins on the update server')
59
- .version('1.3.0');
59
+ .version('1.3.2');
60
60
  // ============================================================
61
61
  // Auth Commands
62
62
  // ============================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jezweb/jezpress-cli",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "CLI and MCP server for managing JezPress plugins on the update server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",