Skip to content

Commit 92dd09f

Browse files
committed
[version] 19.02
1 parent 59ec0a4 commit 92dd09f

File tree

5 files changed

+53
-51
lines changed

5 files changed

+53
-51
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ or
3434

3535
Countly web SDK is available on CDNJS. Use either
3636

37-
[https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/18.11.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/18.11.0/countly.min.js)
37+
[https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/19.2.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/19.2.0/countly.min.js)
3838

3939
or
4040

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countly-sdk-web",
3-
"version": "18.11.0",
3+
"version": "19.2.0",
44
"description": "Countly Web SDK",
55
"main": "lib/countly.js",
66
"moduleType": "globals",

lib/countly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"use strict";
5454
/** @lends Countly */
5555
Countly = Countly || {};
56-
var SDK_VERSION = "18.11";
56+
var SDK_VERSION = "19.02";
5757
var SDK_NAME = "javascript_native_web";
5858

5959
var inited = false,

0 commit comments

Comments
 (0)