kollab 0.1.2 → 0.1.3

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
@@ -2783,7 +2783,7 @@ function resolveCliVersion() {
2783
2783
  }
2784
2784
  } catch {
2785
2785
  }
2786
- return "0.1.2";
2786
+ return "0.1.3";
2787
2787
  }
2788
2788
  program.name("kollab").description("Kollab workspace CLI").version(resolveCliVersion());
2789
2789
  registerAuthCommands(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kollab",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Kollab workspace CLI",
5
5
  "bin": {
6
6
  "kollab": "dist/index.js"