Skip to content

Commit

Permalink
Version bump + readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCA committed Jun 8, 2012
1 parent 4f986e0 commit 3aafe31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ General playlists can be accessed using the following methods. The last argument

#### Misc. ####

- `Hypem.playlist.create_url([hypem_track1,hypem_track2])` --- create a custom Hypem-based playlist URL using array of `Hypem::Track`'s
- `Hypem.playlist.new_from_tracks([hypem_track1,hypem_track2])` --- create a custom playlist from an array of `Hypem::Track`'s

******

Expand Down
2 changes: 1 addition & 1 deletion lib/hypem/version.rb
@@ -1,3 +1,3 @@
module Hypem
VERSION = "0.1.5"
VERSION = "0.1.6"
end

0 comments on commit 3aafe31

Please sign in to comment.