Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
n10v committed Oct 12, 2016
1 parent 86fc960 commit 94dc641
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# nehm change log

## 3.1
* If you didn't set dlFolder, `nehm` will download tracks to home directory implicitly
* If you didn't set itunesPlaylist, `nehm` will not add tracks to iTunes implicitly
* If there is any error in config, you will be notified before the showing of
tracks menu
* Minor performance improvements

## 3.0.4
* Now variables in config file are written in camel case, i.e.
`dl_folder` now is `dlFolder` and `itunes_playlist` now is `itunesPlaylist`.
Expand Down
2 changes: 1 addition & 1 deletion commands/version.go
Expand Up @@ -18,7 +18,7 @@ var (
}
)

const version = "3.0.4"
const version = "3.1"

func showVersion(cmd *cobra.Command, args []string) {
ui.Println(version)
Expand Down

0 comments on commit 94dc641

Please sign in to comment.