Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
username0x0a committed Sep 9, 2020
1 parent 3bdedb0 commit ce464de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 = '3.0-alpha3'
spec.version = '3.0-alpha4'
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/v3.0-alpha3/TravelKit-3.0-alpha3-iOS.zip' }
spec.source = { :http => 'https://github.com/sygic-travel/apple-sdk/releases/download/v3.0-alpha4/TravelKit-3.0-alpha4-iOS.zip' }
spec.documentation_url = 'http://docs.sygictravelapi.com/apple-sdk/latest'
spec.module_name = 'TravelKit'

Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|

spec.framework = 'SystemConfiguration'
spec.ios.framework = 'CoreTelephony'
spec.ios.library = 'sqlite3'
spec.ios.library = 'sqlite3'

spec.ios.vendored_frameworks = 'TravelKit.framework'
end
2 changes: 1 addition & 1 deletion TravelKit/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
// https://help.apple.com/xcode/#/dev745c5c974

TK_BUNDLE_VERSION = 3.0
TK_BUNDLE_BUILD = 292
TK_BUNDLE_BUILD = 298

0 comments on commit ce464de

Please sign in to comment.