diff --git a/HISTORY.rdoc b/HISTORY.rdoc index d99233d..a79a072 100644 --- a/HISTORY.rdoc +++ b/HISTORY.rdoc @@ -1,11 +1,12 @@ = Launchy Changlog -== Version 2.2.0 - 2013-02-XX +== Version 2.2.0 - 2013-02-06 * Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 - thanks bogdan) * Suppress forked process output (copiousfreetime/launchy#51) * Display help/usage if no url is given (copiousfreetime/launchy#54) * Detect the fluxbox environment (copiousfreetime/launchy#53) * Automatically detect 'http' url's if they are missing the 'http://' (copiousfreetime/launchy#55) +* Update to latest project management rake tasks == Version 2.1.2 - 2012-08-06 diff --git a/lib/launchy/version.rb b/lib/launchy/version.rb index e56cd98..982789d 100644 --- a/lib/launchy/version.rb +++ b/lib/launchy/version.rb @@ -1,5 +1,5 @@ module Launchy - VERSION = "2.1.2" + VERSION = "2.2.0" module Version