From 33a0dbca9d24dcc93a74d97c8434d5c7102be0e3 Mon Sep 17 00:00:00 2001 From: Zach Holman Date: Fri, 27 May 2011 16:44:46 -0700 Subject: [PATCH] Release 0.0.5 --- lib/play.rb | 2 +- play.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/play.rb b/lib/play.rb index 256f1f36..d2473093 100644 --- a/lib/play.rb +++ b/lib/play.rb @@ -26,7 +26,7 @@ module Play - VERSION = '0.0.4' + VERSION = '0.0.5' # The path to your music library. All of the music underneath this directory # will be added to the internal library. diff --git a/play.gemspec b/play.gemspec index 4cea9131..5a1933f4 100644 --- a/play.gemspec +++ b/play.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'play' - s.version = '0.0.4' - s.date = '2011-05-07' + s.version = '0.0.5' + s.date = '2011-05-27' s.rubyforge_project = 'play' ## Make sure your summary is short. The description may be as long