Skip to content

Commit

Permalink
chore(release): bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rockymadden committed May 29, 2018
1 parent 8f57310 commit 1ee3784
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
@@ -1,5 +1,5 @@
# somafm-cli <sub><sup>| Listen to SomaFM in your terminal via pure bash</sup></sub>
[![version](http://img.shields.io/badge/version-0.3.0-blue.svg)](https://github.com/rockymadden/somafm-cli/releases)
[![version](http://img.shields.io/badge/version-0.3.1-blue.svg)](https://github.com/rockymadden/somafm-cli/releases)
[![versioning](http://img.shields.io/badge/versioning-semver-blue.svg)](http://semver.org/)
[![branching](http://img.shields.io/badge/branching-github%20flow-blue.svg)](https://guides.github.com/introduction/flow/)
[![license](http://img.shields.io/badge/license-mit-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/somafm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function listen() {
}

function version() {
echo '0.3.0'
echo '0.3.1'
}

## Command routing ################################################################################
Expand Down

0 comments on commit 1ee3784

Please sign in to comment.