Skip to content

Commit 0f77920

Browse files
committed
Update version
1 parent 61268f0 commit 0f77920

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
1212
NSString * const BNC_API_VERSION = @"v1";
1313
NSString * const BNC_LINK_URL = @"https://bnc.lt";
14-
NSString * const BNC_SDK_VERSION = @"0.36.0";
14+
NSString * const BNC_SDK_VERSION = @"0.37.0";

Branch-TestBed/Framework-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.35.1</string>
20+
<string>0.37.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.35.1</string>
24+
<string>0.37.0</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.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 = "Branch"
3-
s.version = "0.36.0"
3+
s.version = "0.37.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?

scripts/version

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Options:
3131
USAGE
3232
}
3333

34-
version=0.36.0
34+
version=0.37.0
3535

3636
if (( $# == 0 )); then
3737
echo $version
@@ -106,12 +106,6 @@ if [[ $update ]]; then
106106
# Update the Podspec version:
107107
sed -i '' -e "/^[[:space:]]*s\.version/ {s/\".*\"/\"$version\"/; }" ../Branch.podspec
108108

109-
# Update the Carthage version:
110-
plutil -replace CFBundleVersion -string "$version" ../carthage-files/Branch/Info.plist
111-
plutil -replace CFBundleShortVersionString -string "$version" ../carthage-files/Branch/Info.plist
112-
plutil -replace CFBundleVersion -string "$version" ../carthage-files/Branch-tvOS/Info.plist
113-
plutil -replace CFBundleShortVersionString -string "$version" ../carthage-files/Branch-tvOS/Info.plist
114-
115109
# Update the Carthage version:
116110
plutil -replace CFBundleVersion -string "$version" ../Branch-TestBed/Framework-Info.plist
117111
plutil -replace CFBundleShortVersionString -string "$version" ../Branch-TestBed/Framework-Info.plist

0 commit comments

Comments
 (0)