Browse Source

Passage version 1.0.0

Loquicom 5 năm trước cách đây
mục cha
commit
fb6886cfe5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main.js

+ 1 - 1
main.js

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