Skip to content

Commit

Permalink
Update readme and cartfile for 2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoBrescianini committed Dec 30, 2021
1 parent 086e698 commit 4c18f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ github "socketio/socket.io-client-swift" ~> 15.2
github "twilio/twilio-chat-ios" ~> 2.6

# Bandyer SDK
binary "https://static.bandyer.com/corporate/iOS/releases/carthage/Bandyer.json" ~> 2.6.0
binary "https://static.bandyer.com/corporate/iOS/releases/carthage/Bandyer.json" ~> 2.7.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Kaleyra Video is an in-cloud collaborative solution for corporates, featuring a

## Latest version

2.6.0 version is the latest stable version.
2.7.0 version is the latest stable version.

## Installation

Expand All @@ -64,7 +64,7 @@ platform :ios, '10.0'
use_frameworks!

target '<YOUR_TARGET_NAME>' do
pod 'Bandyer', '2.1.0'
pod 'Bandyer'
end
```

Expand Down

0 comments on commit 4c18f29

Please sign in to comment.