Skip to content

Commit

Permalink
版本更新为v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaksam committed Sep 12, 2017
1 parent 08191f3 commit 6d3baeb
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 149 deletions.
2 changes: 1 addition & 1 deletion go/config/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func init() {
}

AppConf.Name = "dproxy"
AppConf.Version = "0.3.2"
AppConf.Version = "0.3.3"
AppConf.Started = time.Now().Unix()
}

Expand Down
14 changes: 8 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "dproxy",
"version": "0.1.0",
"version": "0.3.3",
"description": "for develop",
"main": "index.js",
"author": "Zaaksam",
"license": "MIT",
"scripts": {
"webpack": "webpack --config webpack.config.js"
"dev": "webpack --config webpack.config.dev.js",
"prod": "webpack --config webpack.config.prod.js"
},
"dependencies": {
"axios": "^0.16.2",
"iview": "^2.0.0",
"iview": "^2.3.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"vue": "^2.4.2",
Expand All @@ -21,14 +22,15 @@
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.2",
"typescript": "^2.4.2",
"ts-loader": "^2.3.6",
"typescript": "^2.5.2",
"url-loader": "^0.5.9",
"vue-class-component": "^5.0.2",
"vue-loader": "^13.0.2",
"vue-property-decorator": "^5.2.1",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.4.1"
"webpack": "^3.5.6",
"webpack-merge": "^4.1.0"
}
}
Loading

0 comments on commit 6d3baeb

Please sign in to comment.