Skip to content

Commit 50e0bfb

Browse files
committed
Version + Authors Bump
1 parent 05ac2b8 commit 50e0bfb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AutocompleteClient/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.16.0</string>
18+
<string>1.17.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ConstructorAutocomplete.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'ConstructorAutocomplete'
3-
spec.version = '1.16.0'
3+
spec.version = '1.17.0'
44
spec.license = { :type => 'MIT', :file => 'LICENSE' }
55
spec.homepage = 'https://www.constructor.io'
6-
spec.authors = { 'Zubin Tiku' => '[email protected]', 'Edmund Mok' => 'edmund@constructor.io', 'Nikola Markovic' => '[email protected]' }
6+
spec.authors = { 'Zubin Tiku' => '[email protected]', 'Christopher Gee' => 'christopher@constructor.io', 'Jimmy Li' => '[email protected]' }
77
spec.summary = 'Constructor.io iOS autosuggest client.'
8-
spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => 'v1.16.0' }
8+
spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => 'v1.17.0' }
99
spec.platform = :ios, '8.0'
1010
spec.source_files = 'AutocompleteClient/**/*.swift'
1111
spec.framework = 'UIKit'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GEM
3030
thread_safe (0.3.6)
3131
tzinfo (1.2.5)
3232
thread_safe (~> 0.1)
33-
xcodeproj (1.16.0)
33+
xcodeproj (1.17.0)
3434
CFPropertyList (>= 2.3.3, < 4.0)
3535
atomos (~> 0.1.3)
3636
claide (>= 1.0.2, < 2.0)

0 commit comments

Comments
 (0)