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

Commit

Permalink
Version bump and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Feb 18, 2016
1 parent 2627da4 commit fc09871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pilot/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Pilot
VERSION = "1.3.0"
VERSION = "1.4.0"
DESCRIPTION = "The best way to manage your TestFlight testers and builds from your terminal"
end
4 changes: 2 additions & 2 deletions pilot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane_core', '>= 0.31.0', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'spaceship', '>= 0.16.0', '< 1.0.0' # iTunes Connect communication
spec.add_dependency 'fastlane_core', '>= 0.36.5', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'spaceship', '>= 0.20.0', '< 1.0.0' # iTunes Connect communication
spec.add_dependency 'credentials_manager', '>= 0.3.0'

spec.add_dependency 'terminal-table', '~> 1.4.5' # User's information
Expand Down

0 comments on commit fc09871

Please sign in to comment.