Skip to content

Commit bf799c0

Browse files
committed
Beacon framework update
1 parent 6807ec8 commit bf799c0

File tree

14 files changed

+10
-10
lines changed

14 files changed

+10
-10
lines changed

Beacon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'Beacon'
33
s.swift_version = '5.0'
4-
s.version = '2.2.5'
4+
s.version = '2.2.6'
55
s.summary = 'The Help Scout Beacon SDK'
66
s.license = { :type => 'Commercial', :text => 'Help Scout. All rights reserved.' }
77

136 Bytes
Binary file not shown.
Binary file not shown.

Beacon.xcframework/ios-arm64/Beacon.framework/Headers/HSBeaconConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ static NSInteger const HSBeaconMaxUserJobTitleLength = 60;
1313
/** The maximum length of the `avatar` value on HSBeaconUser */
1414
static NSInteger const HSBeaconMaxUserAvatarLength = 200;
1515
/** The current version of the Beacon SDK */
16-
static NSString * const HSBeaconVersion = @"2.2.5";
16+
static NSString * const HSBeaconVersion = @"2.2.6";
0 Bytes
Binary file not shown.

Beacon.xcframework/ios-arm64/dSYMs/Beacon.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.2.5</string>
16+
<string>2.2.6</string>
1717
<key>CFBundleVersion</key>
1818
<string>38</string>
1919
</dict>
Binary file not shown.
Binary file not shown.
Binary file not shown.

Beacon.xcframework/ios-arm64_x86_64-simulator/Beacon.framework/Headers/HSBeaconConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ static NSInteger const HSBeaconMaxUserJobTitleLength = 60;
1313
/** The maximum length of the `avatar` value on HSBeaconUser */
1414
static NSInteger const HSBeaconMaxUserAvatarLength = 200;
1515
/** The current version of the Beacon SDK */
16-
static NSString * const HSBeaconVersion = @"2.2.5";
16+
static NSString * const HSBeaconVersion = @"2.2.6";

0 commit comments

Comments
 (0)