Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Oct 3, 2019
1 parent 1d07e46 commit b191ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.3.0/note_darwin_amd64 -O /usr/local/bin/note
$ wget https://github.com/sachaos/note/releases/download/v0.4.0/note_darwin_amd64 -O /usr/local/bin/note
$ chmod +x /usr/local/bin/note
```

Expand Down
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func before(c *cli.Context) error {
return nil
}


func inject(path string, handler http.Handler) func(next http.Handler) http.Handler {
return func(next http.Handler) http.Handler {
fn := func(w http.ResponseWriter, r *http.Request) {
Expand Down Expand Up @@ -127,7 +126,7 @@ func main() {
app := cli.NewApp()
app.Name = "note"
app.Usage = "Realtime markdown previewer"
app.Version = "0.3.0"
app.Version = "0.4.0"

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

0 comments on commit b191ffb

Please sign in to comment.