Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
username0x0a committed Jun 20, 2018
1 parent 7c04553 commit 1b0fa4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions TravelKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'TravelKit'
spec.version = '1.0.3'
spec.version = '2.0-alpha1'
spec.license = 'MIT'
spec.homepage = 'https://github.com/sygic-travel/apple-sdk'
spec.authors = 'Tripomatic s.r.o.', 'Michal Zelinka'
spec.summary = 'Travel SDK for travelling projects'
spec.source = { :http => 'https://github.com/sygic-travel/apple-sdk/releases/download/v1.0.3/TravelKit-1.0.3-iOS.zip' }
spec.source = { :http => 'https://github.com/sygic-travel/apple-sdk/releases/download/v2.0-alpha1/TravelKit-2.0-alpha1-iOS.zip' }
spec.documentation_url = 'http://docs.sygictravelapi.com/apple-sdk/latest'
spec.module_name = 'TravelKit'

Expand Down
8 changes: 4 additions & 4 deletions TravelKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,8 @@
STRIP_INSTALLED_PRODUCT = NO;
STRIP_SWIFT_SYMBOLS = NO;
TARGETED_DEVICE_FAMILY = "1,2";
TK_BUNDLE_BUILD = 145;
TK_BUNDLE_VERSION = 1.0.3;
TK_BUNDLE_BUILD = 215;
TK_BUNDLE_VERSION = 2.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -1276,8 +1276,8 @@
RUN_CLANG_STATIC_ANALYZER = YES;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
TK_BUNDLE_BUILD = 145;
TK_BUNDLE_VERSION = 1.0.3;
TK_BUNDLE_BUILD = 215;
TK_BUNDLE_VERSION = 2.0;
TVOS_DEPLOYMENT_TARGET = 9.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 1b0fa4a

Please sign in to comment.