Przeglądaj źródła

Passage version 1.0.0

Loquicom 5 lat temu
rodzic
commit
fb6886cfe5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -25,7 +25,7 @@ let launchInfo;
 let indexFile = 'index.html';
 let indexFile = 'index.html';
 
 
 // Add version and option
 // Add version and option
-program.version('0.0.1');
+program.version('1.0.0');
 program
 program
   .option('-s, --src', 'Load the file from src folder instead of the app folder');
   .option('-s, --src', 'Load the file from src folder instead of the app folder');
 program.parse(process.argv);
 program.parse(process.argv);