Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bittersweet committed Apr 7, 2016
1 parent cf5d142 commit 95e8b19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Notes Changelog

## 0.6.2

- Fixed opening notes that broke in 0.6.1 because of the removal of the trailing slash :-).

## 0.6.1

- Fixed using a custom `NOTESDIR` not working without a trailing slash.
Expand Down
2 changes: 1 addition & 1 deletion notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func getNote(path string) string {
func main() {
app := cli.NewApp()
app.Name = "notes"
app.Version = "0.6.1"
app.Version = "0.6.2"
app.Usage = "Store your thoughts on all sorts of subjects"
app.Action = func(c *cli.Context) {
note := c.Args().First()
Expand Down

0 comments on commit 95e8b19

Please sign in to comment.