Loquicom преди 5 години
родител
ревизия
92a88a17d5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      deploy.js

+ 1 - 1
deploy.js

@@ -7,7 +7,7 @@ const file = require('./src/file');
 const deploy = require('./deploy.json');
 
 // Lecture des arguments
-commander.version('1.2.0');
+commander.version('1.2.1');
 commander
     .option('-z, --zip', 'create a zip file for each programs', false)
     .option('-c, --compress', 'zip and deletes the non-zip version of programs', false);