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