Skip to content

Commit

Permalink
Merge pull request #59 from apiaryio/abtris/prepare_v0.2.2
Browse files Browse the repository at this point in the history
Prepare version v0.2.2
  • Loading branch information
abtris committed Oct 30, 2014
2 parents 00555d4 + 80823bf commit 6d90d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apiary.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rack", ">= 1.4.0", "< 1.6.0"
gem.add_dependency "rake", "~> 10.3.2"
gem.add_dependency "thor", "~> 0.19.1"
gem.add_dependency "redsnow", "~> 0.2.0"
gem.add_dependency "redsnow", "~> 0.3.2"

gem.add_runtime_dependency "json", "~> 1.8.1"

Expand Down
2 changes: 1 addition & 1 deletion lib/apiary/version.rb
@@ -1,3 +1,3 @@
module Apiary
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit 6d90d49

Please sign in to comment.