Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Jun 12, 2015
1 parent bdb5d71 commit 47f7072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/spaceship/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spaceship
VERSION = "0.0.8"
VERSION = "0.0.9"
end
2 changes: 1 addition & 1 deletion spaceship.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
# external
spec.add_dependency 'multi_xml', '~> 0.5'
spec.add_dependency 'plist', '~> 3.1'
spec.add_dependency 'faraday', '~> 0.9' # finally the latest version :)
spec.add_dependency 'faraday', '~> 0.9'
spec.add_dependency 'faraday_middleware', '~> 0.9'

# Development only
Expand Down

0 comments on commit 47f7072

Please sign in to comment.