Skip to content

Commit

Permalink
Increment version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Apr 3, 2019
1 parent 7ef02e9 commit f8a4335
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 @@ -34,7 +34,7 @@ Go to [release page](https://github.com/sachaos/note/releases) and download.
or

```shell
$ wget https://github.com/sachaos/note/releases/download/v0.2.1/note_darwin_amd64 -O /usr/local/bin/note
$ wget https://github.com/sachaos/note/releases/download/v0.3.0/note_darwin_amd64 -O /usr/local/bin/note
$ chmod +x /usr/local/bin/note
```

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func main() {
app := cli.NewApp()
app.Name = "note"
app.Usage = "Realtime markdown previewer"
app.Version = "0.2.1"
app.Version = "0.3.0"

app.Flags = []cli.Flag{
cli.BoolFlag{
Expand Down

0 comments on commit f8a4335

Please sign in to comment.