Skip to content

Commit a65a1c4

Browse files
committed
Merge branch 'staging' of github.com:Countly/countly-sdk-react-native-bridge into staging-np
2 parents 3893298 + 2b17367 commit a65a1c4

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* `.content.setZoneTimerInterval` to set the frequency of content update calls in seconds.
55
* `.content.setGlobalContentCallback` to provide a callback that is called when a content is closed.
66

7-
87
* Android Specific Changes:
98
* Improved the custom CertificateTrustManager to handle domain-specific configurations by supporting hostname-aware checkServerTrusted calls.
109
* Mitigated an issue where after closing a content, they were not being fetched again.

CountlyReactNative.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 = 'CountlyReactNative'
3-
s.version = '25.1.0'
3+
s.version = '25.1.1'
44
s.license = {
55
:type => 'COMMUNITY',
66
:text => <<-LICENSE

android/src/main/java/ly/count/android/sdk/react/CountlyReactNative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public String toString() {
8787
public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {
8888

8989
public static final String TAG = "CountlyRNPlugin";
90-
private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.0";
90+
private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.1";
9191
private String COUNTLY_RN_SDK_NAME = "js-rnb-android-np";
9292

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

ios/src/CountlyReactNative.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ + (CountlyFeedbackWidget *)createWithDictionary:(NSDictionary *)dictionary;
2727

2828
BOOL BUILDING_WITH_PUSH_DISABLED = true;
2929

30-
NSString *const kCountlyReactNativeSDKVersion = @"25.1.0";
30+
NSString *const kCountlyReactNativeSDKVersion = @"25.1.1";
3131
NSString *const kCountlyReactNativeSDKName = @"js-rnb-ios";
3232
NSString *const kCountlyReactNativeSDKNameNoPush = @"js-rnbnp-ios";
3333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countly-sdk-react-native-bridge-np",
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)