소스 검색

Passage version 1.2.1

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);