contextmate 0.2.3 → 0.2.4

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.
@@ -10,7 +10,7 @@ import { resetCommand } from './reset.js';
10
10
  export const program = new Command()
11
11
  .name('contextmate')
12
12
  .description('Zero-knowledge encrypted sync for AI agent context')
13
- .version('0.2.3');
13
+ .version('0.2.4');
14
14
  program.addCommand(initCommand);
15
15
  program.addCommand(statusCommand);
16
16
  program.addCommand(adapterCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contextmate",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Zero-knowledge encrypted sync for AI agent context",
5
5
  "type": "module",
6
6
  "bin": {