projxo 1.0.0 → 1.0.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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6,8 +6,8 @@
6
6
  * Entry point for the CLI application
7
7
  * This file should remain minimal, with all logic in src/cli.js
8
8
  *
9
- * @author Your Name
10
- * @version 1.0.0
9
+ * @author Sasanga Chathumal
10
+ * @version 1.0.1
11
11
  */
12
12
 
13
13
  // Import the main CLI function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projxo",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Cross-platform CLI tool to quickly create React, Next.js, Angular, and React Native projects with automatic IDE integration",
5
5
  "main": "index.js",
6
6
  "bin": {