Skip to content

Commit 0b078c3

Browse files
committed
Bumping version #
1 parent d0dfe5b commit 0b078c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/SMXCrashlytics/SMXCrashlytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@implementation SMXCrashlytics
55
@synthesize bridge = _bridge;
66

7-
NSString *const DefaultDomain = @"com.lockehart.lib.SMXCrashlytics";
7+
NSString *const DefaultDomain = @"com.smixx.fabric.SMXCrashlytics";
88
NSInteger *const DefaultCode = 100;
99

1010
RCT_EXPORT_MODULE();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fabric",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A React Native library for Fabric, Crashlytics and Answers",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)