fix version bump

This commit is contained in:
Timo Hocker 2020-01-05 20:57:24 +01:00
parent 0088c4d103
commit f5e4aa6e61
3 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
VERSION = VersionNumber([
versionNumberString:
'${BUILDS_ALL_TIME}',
versionPrefix: '1.0.',
versionPrefix: '1.1.',
worstResultForIncrement: 'SUCCESS'
])
publish = 0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@scode/eslint-config",
"version": "1.1.0",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {