Skip to content

Commit 7cc5316

Browse files
committed
Release 4.0.0-alpha.0 Updates.
1 parent b5387e3 commit 7cc5316

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

BranchSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BranchSDK"
3-
s.version = "3.14.0"
3+
s.version = "4.0.0-alpha.0"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@
19811981
"@executable_path/Frameworks",
19821982
"@loader_path/Frameworks",
19831983
);
1984-
MARKETING_VERSION = 3.14.0;
1984+
MARKETING_VERSION = "4.0.0-alpha.0";
19851985
OTHER_LDFLAGS = (
19861986
"-weak_framework",
19871987
LinkPresentation,
@@ -2021,7 +2021,7 @@
20212021
"@executable_path/Frameworks",
20222022
"@loader_path/Frameworks",
20232023
);
2024-
MARKETING_VERSION = 3.14.0;
2024+
MARKETING_VERSION = "4.0.0-alpha.0";
20252025
OTHER_LDFLAGS = (
20262026
"-weak_framework",
20272027
LinkPresentation,
@@ -2081,7 +2081,7 @@
20812081
"@loader_path/Frameworks",
20822082
);
20832083
MACH_O_TYPE = staticlib;
2084-
MARKETING_VERSION = 3.14.0;
2084+
MARKETING_VERSION = "4.0.0-alpha.0";
20852085
OTHER_LDFLAGS = (
20862086
"-weak_framework",
20872087
LinkPresentation,
@@ -2123,7 +2123,7 @@
21232123
"@loader_path/Frameworks",
21242124
);
21252125
MACH_O_TYPE = staticlib;
2126-
MARKETING_VERSION = 3.14.0;
2126+
MARKETING_VERSION = "4.0.0-alpha.0";
21272127
OTHER_LDFLAGS = (
21282128
"-weak_framework",
21292129
LinkPresentation,
@@ -2163,7 +2163,7 @@
21632163
"@executable_path/Frameworks",
21642164
"@loader_path/Frameworks",
21652165
);
2166-
MARKETING_VERSION = 3.14.0;
2166+
MARKETING_VERSION = "4.0.0-alpha.0";
21672167
OTHER_LDFLAGS = (
21682168
"-weak_framework",
21692169
LinkPresentation,
@@ -2203,7 +2203,7 @@
22032203
"@executable_path/Frameworks",
22042204
"@loader_path/Frameworks",
22052205
);
2206-
MARKETING_VERSION = 3.14.0;
2206+
MARKETING_VERSION = "4.0.0-alpha.0";
22072207
OTHER_LDFLAGS = (
22082208
"-weak_framework",
22092209
LinkPresentation,

Sources/BranchSDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "BNCConfig.h"
1010

11-
NSString * const BNC_SDK_VERSION = @"3.14.0";
11+
NSString * const BNC_SDK_VERSION = @"4.0.0-alpha.0";
1212
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1313
NSString * const BNC_CDN_URL = @"https://cdn.branch.io";
1414

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Options:
3030
USAGE
3131
}
3232

33-
version=3.14.0
33+
version=4.0.0
3434
prev_version="$version"
3535

3636
if (( $# == 0 )); then

0 commit comments

Comments
 (0)