Răsfoiți Sursa

Passage version 1.2.1

Loquicom 5 ani în urmă
părinte
comite
92a88a17d5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);