Skip to content

Commit 04e63a6

Browse files
SPM chat components version update (#4)
chat components version set to 0.2.0
1 parent 0134e5d commit 04e63a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

getting-started/getting-started.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@
375375
isa = XCRemoteSwiftPackageReference;
376376
repositoryURL = "https://github.com/pubnub/chat-components-ios";
377377
requirement = {
378-
branch = master;
379-
kind = branch;
378+
kind = exactVersion;
379+
version = 0.2.0;
380380
};
381381
};
382382
/* End XCRemoteSwiftPackageReference section */

telehealth-example/telehealth-example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@
609609
isa = XCRemoteSwiftPackageReference;
610610
repositoryURL = "https://github.com/pubnub/chat-components-ios";
611611
requirement = {
612-
branch = master;
613-
kind = branch;
612+
kind = exactVersion;
613+
version = 0.2.0;
614614
};
615615
};
616616
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)