Skip to content

Commit 447956f

Browse files
feat: web 25.1.0
1 parent c2d1393 commit 447956f

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
@@ -49,7 +49,7 @@
4949

5050
* Updated underlying Android SDK version to 25.1.1
5151
* Updated underlying iOS SDK version to 25.1.0
52-
* Added underlying Web SDK version to 24.11.4
52+
* Added underlying Web SDK version to 25.1.0
5353

5454
## 24.11.2
5555
* 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)