Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
codechenx committed Sep 13, 2018
1 parent 9e3c5ec commit 258fb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tv is a tool to view the delimited file in terminal

- Spreadsheet-like view for delimited data
- Vim-like key binding
- Suitable for gzip compressed file
- Support for gzip compressed file

# To do

Expand Down
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (args *Args) setDefault() {
}

func (Args) Version() string {
return "tv 0.2.1"
return "tv 0.3"
}
func (Args) Description() string {
return "tv(Table Viewer) for delimited file in terminal "
Expand Down

0 comments on commit 258fb81

Please sign in to comment.