diff --git a/Jenkinsfile b/Jenkinsfile index 3ea3e41..d639647 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { VERSION = VersionNumber([ versionNumberString: '${BUILDS_ALL_TIME}', - versionPrefix: '1.0.', + versionPrefix: '1.1.', worstResultForIncrement: 'SUCCESS' ]) publish = 0 diff --git a/package-lock.json b/package-lock.json index 7ab6b64..79cec4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scode/eslint-config", - "version": "1.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dbbd2ef..a09773b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scode/eslint-config", - "version": "1.1.0", + "version": "1.0.0", "description": "scode eslint standard configuration", "main": "index.js", "scripts": {