Skip to content

Commit

Permalink
Merge pull request #171 from team-telnyx/releases/RELEASE-0.1.42
Browse files Browse the repository at this point in the history
Release v0.1.42
  • Loading branch information
gbattistel authored Feb 4, 2025
2 parents 7c4ef28 + 9eeb7a3 commit 34d9795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TelnyxRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = "TelnyxRTC"
spec.version = "0.1.41"
spec.version = "0.1.42"
spec.summary = "Enable Telnyx real-time communication services on iOS."
spec.description = "The Telnyx iOS WebRTC Client SDK provides all the functionality you need to start making voice calls from an iPhone."
spec.homepage = "https://github.com/team-telnyx/telnyx-webrtc-ios"
Expand Down
8 changes: 4 additions & 4 deletions TelnyxRTC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@
"@loader_path/Frameworks",
"$(BUILT_PRODUCTS_DIR)/Starscream",
);
MARKETING_VERSION = 0.1.41;
MARKETING_VERSION = 0.1.42;
PRODUCT_BUNDLE_IDENTIFIER = com.telnyx.WebRTCSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1205,7 +1205,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.41;
MARKETING_VERSION = 0.1.42;
PRODUCT_BUNDLE_IDENTIFIER = com.telnyx.WebRTCSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1271,7 +1271,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.41;
MARKETING_VERSION = 0.1.42;
PRODUCT_BUNDLE_IDENTIFIER = com.telnyx.webrtcapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -1296,7 +1296,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.41;
MARKETING_VERSION = 0.1.42;
PRODUCT_BUNDLE_IDENTIFIER = com.telnyx.webrtcapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 34d9795

Please sign in to comment.