Skip to content

Commit

Permalink
Bump VoxeetSDK to 3.4.0-beta.3 and UXKit to 1.7.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriymiquido authored and yganu committed Feb 4, 2022
1 parent 97d99fb commit 87b3bee
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/voxeet/voxeet-sdk-ios/3.4.0-beta.2/VoxeetSDK.json" ~> 3.0
binary "https://raw.githubusercontent.com/voxeet/voxeet-sdk-ios/3.4.0-beta.3/VoxeetSDK.json" ~> 3.0
github "onevcat/Kingfisher" ~> 7.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/voxeet/voxeet-sdk-ios/3.4.0-beta.2/VoxeetSDK.json" "3.4.0"
binary "https://raw.githubusercontent.com/voxeet/voxeet-sdk-ios/3.4.0-beta.3/VoxeetSDK.json" "3.4.0"
github "onevcat/Kingfisher" "7.1.2"
2 changes: 1 addition & 1 deletion Sample/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "voxeet/voxeet-uxkit-ios" "release/1.7.0-beta.2"
github "voxeet/voxeet-uxkit-ios" "release/1.7.0-beta.3"
2 changes: 1 addition & 1 deletion Sample/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/voxeet/voxeet-sdk-ios/3.4.0-beta.2/VoxeetSDK.json" "3.4.0"
binary "https://raw.githubusercontent.com/voxeet/voxeet-sdk-ios/3.4.0-beta.3/VoxeetSDK.json" "3.4.0"
github "onevcat/Kingfisher" "7.1.2"
2 changes: 1 addition & 1 deletion VoxeetUXKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "VoxeetUXKit"
spec.version = "1.7.0-beta.2"
spec.version = "1.7.0-beta.3"
spec.summary = "The Voxeet UXKit is a quick way of adding premium audio, video chats, and other supported options."
spec.author = "Voxeet"
spec.homepage = "https://dolby.io"
Expand Down
4 changes: 2 additions & 2 deletions VoxeetUXKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B55NRA8BRW;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -634,7 +634,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B55NRA8BRW;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion VoxeetUXKit/Other/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>NSPrincipalClass</key>
<string></string>
<key>UXKitBuild</key>
<string>2</string>
<string>3</string>
<key>UXKitVersion</key>
<string>1.7.0</string>
</dict>
Expand Down

0 comments on commit 87b3bee

Please sign in to comment.