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

Commit

Permalink
Merge pull request #91 from fastlane/version-bump
Browse files Browse the repository at this point in the history
Version Bump and spaceship dependency
  • Loading branch information
Andrea Falcone committed Mar 4, 2016
2 parents 5fbde08 + e9946ee commit b85ff94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pem/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PEM
VERSION = "1.2.0"
VERSION = "1.3.0"
end
2 changes: 1 addition & 1 deletion pem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane_core', '>= 0.36.1', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'spaceship', '>= 0.19.3', '< 1.0.0' # Communicating with the Apple Dev Portal
spec.add_dependency 'spaceship', '>= 0.22.0', '< 1.0.0' # Communicating with the Apple Dev Portal

# Development only
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit b85ff94

Please sign in to comment.