Skip to content

Commit

Permalink
Fix version value
Browse files Browse the repository at this point in the history
  • Loading branch information
zkqiang committed Nov 19, 2020
1 parent e15a64a commit 9cb262a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ kvdb:
other:
tmppath: "../data/tmp"

version: 0.0.3
version: 0.0.4
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawlab-lite",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --ip=0.0.0.0 --mode=development",
Expand Down

0 comments on commit 9cb262a

Please sign in to comment.