Skip to content

Commit

Permalink
Version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nitsikopoulos committed Oct 30, 2015
1 parent f6fa3c5 commit 239ba26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.1.1
2 changes: 1 addition & 1 deletion pin_up.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |s|
if s.respond_to? :specification_version then
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.1.1') then
s.add_runtime_dependency(%q<httparty>, [">= 0.11.0"])
s.add_development_dependency(%q<shoulda>, ["~> 3.5"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
Expand Down

0 comments on commit 239ba26

Please sign in to comment.