Skip to content

Commit

Permalink
chore: created release/1.5.0 branch (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawhitla authored Feb 20, 2024
1 parent 61df02f commit 4c1abad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/ios/AmazonIvsExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
EXCLUDED_ARCHS = "";
INFOPLIST_FILE = AmazonIvsExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.5.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -624,7 +624,7 @@
EXCLUDED_ARCHS = "";
INFOPLIST_FILE = AmazonIvsExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.4.1;
MARKETING_VERSION = 1.5.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-ivs-react-native-player",
"version": "1.4.1",
"version": "1.5.0",
"description": "amazon-ivs-react-native-player",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 4c1abad

Please sign in to comment.