zilmate 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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -50,7 +50,7 @@ const program = new Command();
50
50
  program
51
51
  .name('zilmate')
52
52
  .description('ZilMate CLI agent for ZiloShift workflows')
53
- .version('1.2.0');
53
+ .version('1.3.2');
54
54
  program
55
55
  .command('welcome')
56
56
  .description('Show the ZilMate welcome dashboard')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zilmate",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "ZilMate CLI multi-agent assistant for ZiloShift workflows.",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",