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 Sep 4, 2016
1 parent 78294db commit d69a5bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# nehm change log

## 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`.
* Minor performance improvements and bug fixes

## 3.0.3
* Minor performance improvements

Expand Down
2 changes: 1 addition & 1 deletion commands/version.go
Expand Up @@ -18,7 +18,7 @@ var (
}
)

const version = "3.0.3"
const version = "3.0.4"

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

0 comments on commit d69a5bb

Please sign in to comment.