Skip to content

Commit 21d98e9

Browse files
authored
Merge branch 'staging' into ios2511
2 parents 1f9961a + 4ddb464 commit 21d98e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
* Updated underlying Android SDK version to 25.1.1
5252
* Updated underlying iOS SDK version to 25.1.1
53-
* Added underlying Web SDK version to 24.11.4
53+
* Added underlying Web SDK version to 25.1.0
5454

5555
## 24.11.2
5656
* Improved view tracking capabilities in iOS.

lib/src/web/plugin_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class CountlyFlutterPluginConfig {
22
static const String SDK_VERSION_STRING = '25.1.0';
33
static const String SDK_NAME = 'dart-flutterb-web';
4-
static const String WEB_SDK_URL = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/24.11.4/countly.min.js';
4+
static const String WEB_SDK_URL = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/25.1.0/countly.min.js';
55
}

0 commit comments

Comments
 (0)