Skip to content

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmguo committed Mar 1, 2019
1 parent 72b5614 commit 6fecb4a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.4.3](https://github.com/Qihoo360/wayne/tree/v1.4.3) (2019-03-01)
[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.4.2...v1.4.3)

**Fixed bugs:**

- frontend: update zh-Hans [\#325](https://github.com/Qihoo360/wayne/pull/325) ([BennieMeng](https://github.com/BennieMeng))

## [v1.4.2](https://github.com/Qihoo360/wayne/tree/v1.4.2) (2019-02-25)
[Full Changelog](https://github.com/Qihoo360/wayne/compare/v1.4.1...v1.4.2)

Expand Down
2 changes: 1 addition & 1 deletion src/backend/controllers/openapi/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Schemes: https
// Host: localhost
// BasePath: /openapi/v1/gateway/action
// Version: 1.4.2
// Version: 1.4.3
//
// Consumes:
// - application/json
Expand Down
2 changes: 1 addition & 1 deletion src/backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/Qihoo360/wayne/src/backend/cmd"
)

const Version = "1.4.2"
const Version = "1.4.3"

func main() {
cmd.Version = Version
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.4.2",
"version": "1.4.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 6fecb4a

Please sign in to comment.