From f5e4aa6e61f5328210d7a6b120564d0239151c19 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 5 Jan 2020 20:57:24 +0100 Subject: [PATCH] fix version bump --- Jenkinsfile | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {