Skip to content

Commit

Permalink
update 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed Dec 24, 2019
1 parent 80e1759 commit 862875f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ before_install:

script:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
- ghr --username syui --token $GITHUB_TOKEN --replace --debug 0.3.3 dist/
- ghr --username syui --token $GITHUB_TOKEN --replace --debug 0.3.4 dist/
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ $ xq l d index.xml

- 0.3.3 : change option/all, $ xq a ./index.xml

- 0.3.4 : change option/update -> latest, $ xq latest ./index.xml
2 changes: 1 addition & 1 deletion xq.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func Action(c *cli.Context) {

func main() {
app := &cli.App{
Version: "0.3.3",
Version: "0.3.4",
Name: "xq",
Usage: "$ xq index.xml #xml -> json",
Action: func(c *cli.Context) error {
Expand Down

0 comments on commit 862875f

Please sign in to comment.