Skip to content

Commit bf98e79

Browse files
author
Marcelo Amaro
committed
chore: upgrade pod version from 3.1.0 to 3.1.1
1 parent 9458a88 commit bf98e79

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

BlipChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BlipChat"
3-
s.version = "3.1.0"
3+
s.version = "3.1.1"
44
s.summary = "A Swift Framework to easly add BLiP conversations in your iOS app. For more information see BLiP portal and BLiP documentation."
55

66
s.homepage = "https://github.com/takenet/blip-chat-ios"

samples/blip-sdk-webview-swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target 'blip-sdk-webview' do
44
use_frameworks!
55

66
pod 'BlipChat', :path => '../..'
7-
# pod 'BlipChat', '3.1.0'
7+
# pod 'BlipChat', '3.1.1'
88

99
target 'blip-sdk-webviewTests' do
1010
inherit! :search_paths

samples/blip-sdk-webview-swift/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- BlipChat (3.1.0)
2+
- BlipChat (3.1.1)
33

44
DEPENDENCIES:
55
- BlipChat (from `../..`)

samples/blip-sdk-webview-swift/Pods/Local Podspecs/BlipChat.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/blip-sdk-webview-swift/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/blip-sdk-webview-swift/Pods/Target Support Files/BlipChat/BlipChat-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/blip-sdk-webview-swift/Pods/Target Support Files/BlipChat/ResourceBundle-BlipChat-BlipChat-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BlipChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "BlipChat"
19-
s.version = "3.1.0"
19+
s.version = "3.1.1"
2020
s.summary = "A Swift Framework to easly add BLiP conversations in your iOS app. For more information see BLiP portal and BLiP documentation."
2121

2222
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)