Skip to content

Commit

Permalink
Bump v.1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
buh committed Jan 3, 2019
1 parent 32b0be4 commit 11a5616
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configs/Faye.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Configs/GetStream.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Faye.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Faye"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Faye Swift Client for GetStream"
s.homepage = "https://github.com/GetStream/stream-swift"
s.license = { :type => "BSD-3", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion GetStream.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GetStream"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Swift Client - Build Activity Feeds & Streams with GetStream.io https://getstream.io"
s.homepage = "https://github.com/GetStream/stream-swift"
s.license = { :type => "BSD-3", :file => "LICENSE" }
Expand Down

0 comments on commit 11a5616

Please sign in to comment.