From de1c73e425ddb1c8f829f301d0fba3850863b01c Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 18 May 2020 12:38:28 +0200 Subject: [PATCH] new version 1.2 --- Jenkinsfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e1015c..0166a7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { VERSION = VersionNumber([ versionNumberString: '${BUILDS_ALL_TIME}', - versionPrefix: '1.1.', + versionPrefix: '1.2.', worstResultForIncrement: 'SUCCESS' ]) } diff --git a/README.md b/README.md index 8b9feef..85839ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @sapphirecode/console-app -version: 1.1.x +version: 1.2.x read parameters from env, console args or interactively @@ -29,6 +29,7 @@ const reader = new InteractiveOptions([ env: 'fooenv', // environment variable to read from (optional) description: 'the switch foo', // description in the help page (optional) message: 'should foo be true?', // message when asking interactively (optional) + preset: [] // preset choices for string and path types (optional) }, ]);