Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Feb 13, 2019
1 parent 909a5cd commit 741dfff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controller/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class BuildController extends Controller {
const page = Number(ctx.query.page) || 1;
const num = Number(ctx.query.num) || ctx.app.config.modelQueryConfig.pagination.num;

const { jobName, buildNumber, gitBranch, } = ctx.query;
const { jobName, buildNumber, gitBranch } = ctx.query;

let res;
if (jobName) {
Expand Down
2 changes: 1 addition & 1 deletion view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reliable-view",
"version": "1.0.2",
"version": "1.0.3",
"description": "view layer for Reliable",
"files": [
"public/*.js",
Expand Down

0 comments on commit 741dfff

Please sign in to comment.