prepare for next development iteration

This commit is contained in:
CES Marvin
2020-10-12 13:26:08 +00:00
parent a3c33af20a
commit befd50eeef
44 changed files with 114 additions and 114 deletions

View File

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