projex-cli 0.4.0 → 0.4.1

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
@@ -27,7 +27,7 @@ const program = new Command();
27
27
  program
28
28
  .name('projex')
29
29
  .description('Automatically infer projects from GitHub and generate portfolio entries')
30
- .version('0.3.0');
30
+ .version('0.4.1');
31
31
  // ============================================================================
32
32
  // Setup command
33
33
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projex-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Automatically infer projects from GitHub and generate portfolio entries",
5
5
  "type": "module",
6
6
  "bin": {