portkeeper 1.2.1 → 1.2.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.
package/dist/cli/index.js CHANGED
@@ -16,7 +16,7 @@ const program = new Command();
16
16
  program
17
17
  .name('portman')
18
18
  .description('Port Keeper - Manage your local development ports')
19
- .version('1.1.2');
19
+ .version('1.2.2');
20
20
  program.addCommand(checkCommand);
21
21
  program.addCommand(reserveCommand);
22
22
  program.addCommand(listCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portkeeper",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A comprehensive port management tool for developers with CLI and GUI interfaces",
5
5
  "main": "dist/cli/index.js",
6
6
  "type": "module",