diff --git a/dhun.gemspec b/dhun.gemspec index 6c82cda..838e6ec 100644 --- a/dhun.gemspec +++ b/dhun.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'dhun' - s.version = '0.6.1' + s.version = '0.7.0' s.summary = "Minimalist music player for OS X" - s.date = '2010-01-12' + s.date = '2010-01-24' s.email = 'deepak.jois@gmail.com' s.homepage = 'http://github.com/deepakjois/dhun' s.has_rdoc = false diff --git a/lib/dhun.rb b/lib/dhun.rb index 4ae77c1..2619dee 100644 --- a/lib/dhun.rb +++ b/lib/dhun.rb @@ -1,5 +1,5 @@ module Dhun - VERSION = '0.6.0' + VERSION = '0.7.0' autoload :Runner, 'dhun/runner' autoload :Server, 'dhun/server'