Skip to content

Commit 618e22a

Browse files
author
Distiller
committed
v8.0.1
1 parent b2ced57 commit 618e22a

35 files changed

+76
-75
lines changed

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>8.0</string>
16+
<string>8.0.1</string>
1717
<key>CFBundleVersion</key>
18-
<string>16733</string>
18+
<string>16746</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: 8.0
8+
Version: 8.0.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
@@ -30,11 +30,11 @@
3030
</data>
3131
<key>Headers/Instabug.h</key>
3232
<data>
33-
RDvwx0LNzEyrG36wUIacEmxpYtE=
33+
SWLPAXjk63ru/67E21Yfpp0bEwA=
3434
</data>
3535
<key>Info.plist</key>
3636
<data>
37-
4SXby/Xa1jP6SIhmW10YlCzJ+hQ=
37+
fw79lg+a96vgVfrCSCmIot8roHA=
3838
</data>
3939
<key>Modules/module.modulemap</key>
4040
<data>
@@ -113,11 +113,11 @@
113113
<dict>
114114
<key>hash</key>
115115
<data>
116-
RDvwx0LNzEyrG36wUIacEmxpYtE=
116+
SWLPAXjk63ru/67E21Yfpp0bEwA=
117117
</data>
118118
<key>hash2</key>
119119
<data>
120-
ZxQMmPBUj3YTDfHICZC3Du4oazy3k6yV+ybmL1GmBGY=
120+
xRFTD5wgNtqNfC5UBeQeWlRY3577SbWBh+YDyrzX7ow=
121121
</data>
122122
</dict>
123123
<key>Modules/module.modulemap</key>

Instabug.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
"7.6.1" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.6.1\/Instabug.zip",
2727
"7.11.2" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.11.2\/Instabug.zip",
2828
"7.3.4" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.3.4\/Instabug.zip",
29+
"8.0.1" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/8.0.1\/Instabug.zip",
30+
"8.0" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/8.0\/Instabug.zip",
2931
"7.10.1" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.10.1\/Instabug.zip",
3032
"7.3.6" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.3.6\/Instabug.zip",
31-
"8.0" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/8.0\/Instabug.zip",
3233
"7.3.10" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.3.10\/Instabug.zip",
3334
"7.2.9" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.2.9\/Instabug.zip",
3435
"7.8.2" : "https:\/\/github.com\/Instabug\/Instabug-iOS\/releases\/download\/7.8.2\/Instabug.zip",

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 = "8.0"
3+
s.version = "8.0.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>8.0</string>
16+
<string>8.0.1</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
Binary file not shown.

0 commit comments

Comments
 (0)