Skip to content

Commit

Permalink
Bump to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Jan 28, 2009
1 parent 37dbf2a commit 6c1b982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lather.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{lather}
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Barnette"]
Expand Down
2 changes: 1 addition & 1 deletion lib/lather/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lather
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 6c1b982

Please sign in to comment.