diff --git a/VERSION b/VERSION index 4e379d2..bcab45a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.3 diff --git a/qwandry.gemspec b/qwandry.gemspec index f394e0c..e768357 100644 --- a/qwandry.gemspec +++ b/qwandry.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{qwandry} - s.version = "0.0.2" + s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Sanderson"] - s.date = %q{2010-12-08} + s.date = %q{2010-12-11} s.default_executable = %q{qw} s.description = %q{ Open a gem or library's source directory with your default editor. }