Skip to content

Commit 0ab4e98

Browse files
committed
Version update 5.1.1
1 parent 4d44d23 commit 0ab4e98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: CountlyReactNative.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CountlyReactNative'
3-
s.version = '25.1.0'
3+
s.version = '25.1.1'
44
s.license = {
55
:type => 'COMMUNITY',
66
:text => <<-LICENSE

Diff for: android/src/main/java/ly/count/android/sdk/react/CountlyReactNative.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public String toString() {
9191
public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {
9292

9393
public static final String TAG = "CountlyRNPlugin";
94-
private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.0";
94+
private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.1";
9595
private String COUNTLY_RN_SDK_NAME = "js-rnb-android";
9696

9797
private static final CountlyConfig config = new CountlyConfig();

Diff for: ios/src/CountlyReactNative.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ @interface CountlyFeedbackWidget ()
2424
+ (CountlyFeedbackWidget *)createWithDictionary:(NSDictionary *)dictionary;
2525
@end
2626

27-
NSString *const kCountlyReactNativeSDKVersion = @"25.1.0";
27+
NSString *const kCountlyReactNativeSDKVersion = @"25.1.1";
2828
NSString *const kCountlyReactNativeSDKName = @"js-rnb-ios";
2929

3030
CLYPushTestMode const CLYPushTestModeProduction = @"CLYPushTestModeProduction";

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countly-sdk-react-native-bridge",
3-
"version": "25.1.0",
3+
"version": "25.1.1",
44
"author": "Countly <[email protected]> (https://count.ly/)",
55
"bugs": {
66
"url": "https://github.com/Countly/countly-sdk-react-native-bridge/issues"

0 commit comments

Comments
 (0)