Skip to content

Commit

Permalink
update the readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 21, 2016
1 parent 4f9c48a commit 1577877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,10 @@ puts note.name #=> "G"
other_note = Medley::Note.new("G#")
other_note.root_matches?(note) #=> true
# Play with a scale
scale = Medley::Scale.new("Cmaj")
puts scale.notes #=> ["C", "D", "E", "F", "G", "A", "B", "C"]
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion src/medley/version.cr
@@ -1,3 +1,3 @@
module Medley
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 1577877

Please sign in to comment.