Skip to content

Commit a7547c6

Browse files
committed
v7.9.1
1 parent db21c02 commit a7547c6

35 files changed

+77
-75
lines changed

Carthage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
"7.8.2": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.2/Instabug.zip",
3838
"7.8.3": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.3/Instabug.zip",
3939
"7.8.4": "https://github.com/Instabug/Instabug-iOS/releases/download/7.8.4/Instabug.zip",
40-
"7.9": "https://github.com/Instabug/Instabug-iOS/releases/download/7.9/Instabug.zip"
40+
"7.9": "https://github.com/Instabug/Instabug-iOS/releases/download/7.9/Instabug.zip",
41+
"7.9.1": "https://github.com/Instabug/Instabug-iOS/releases/download/7.9.1/Instabug.zip"
4142
}

Instabug.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>7.9</string>
16+
<string>7.9.1</string>
1717
<key>CFBundleVersion</key>
18-
<string>12795</string>
18+
<string>12799</string>
1919
</dict>
2020
</plist>
Binary file not shown.

Instabug.framework/Headers/Instabug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 7.9
8+
Version: 7.9.1
99
*/
1010

1111
#import <Foundation/Foundation.h>

Instabug.framework/Info.plist

2 Bytes
Binary file not shown.

Instabug.framework/Instabug

0 Bytes
Binary file not shown.

Instabug.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Headers/Instabug.h</key>
88
<data>
9-
8bPu81sGIaJB02E0C/A6Fi0nAqI=
9+
QBpq+Ij2Wm2lDnacn3+fsy3X0pE=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
iz7DKef6WKgEtos9YPdrUdxvT8Y=
13+
wS/j0NU/yNgCQFnGCA2MArLdDfA=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
8bPu81sGIaJB02E0C/A6Fi0nAqI=
26+
QBpq+Ij2Wm2lDnacn3+fsy3X0pE=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
BAxIQZA210q5zYmWxadKXRToz83d41HH1mAJPmdmEHc=
30+
LBpl5bfRVAvQGontLB4zAKs7MNCxFVAFEQgw1lpFNSI=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

Instabug.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 = "Instabug"
3-
s.version = "7.9"
3+
s.version = "7.9.1"
44
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
55
s.homepage = "http://instabug.com"
66
s.license = { :type => 'Commercial', :file => 'LICENSE.md' }

InstabugCore.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>7.9</string>
16+
<string>7.9.1</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
Binary file not shown.

0 commit comments

Comments
 (0)