diff --git a/backend/conf/config.yml b/backend/conf/config.yml index 1fa80aeb..321860a2 100644 --- a/backend/conf/config.yml +++ b/backend/conf/config.yml @@ -35,7 +35,7 @@ task: workers: 4 other: tmppath: "/tmp" -version: 0.4.6 +version: 0.4.7 setting: allowRegister: "N" notification: diff --git a/frontend/package.json b/frontend/package.json index 197bde7f..61eba954 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "crawlab", - "version": "0.4.6", + "version": "0.4.7", "private": true, "scripts": { "serve": "vue-cli-service serve --ip=0.0.0.0 --mode=development",