diff --git a/VERSION b/VERSION index 6e8bf73..d917d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.2 diff --git a/qwandry.gemspec b/qwandry.gemspec index 68cce39..65c15d8 100644 --- a/qwandry.gemspec +++ b/qwandry.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{qwandry} - s.version = "0.1.0" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Sanderson"] - s.date = %q{2010-12-30} + s.date = %q{2011-01-01} s.default_executable = %q{qw} s.description = %q{ Open a gem or library's source directory with your default editor. }