Set version to 2.5.0-SNAPSHOT globally

This commit is contained in:
René Pfeuffer
2020-09-03 07:56:01 +02:00
parent d3a8623794
commit 2cfd3faf34
20 changed files with 40 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@scm-manager/scm-svn-plugin",
"private": true,
"version": "2.4.1",
"version": "2.5.0-SNAPSHOT",
"license": "MIT",
"main": "./src/main/js/index.ts",
"scripts": {
@@ -19,6 +19,6 @@
},
"prettier": "@scm-manager/prettier-config",
"dependencies": {
"@scm-manager/ui-plugins": "^2.4.1"
"@scm-manager/ui-plugins": "^2.5.0-SNAPSHOT"
}
}