Skip to content

Commit 15b74f7

Browse files
authored
vers (#449)
1 parent 8fca557 commit 15b74f7

File tree

4 files changed

+121
-120
lines changed

4 files changed

+121
-120
lines changed

examples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"countly-sdk-web": "^23.6.2"
6+
"countly-sdk-web": "^23.6.3"
77
},
88
"devDependencies": {
99
"react": "^18.2.0",

lib/countly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
*/
195195
Countly.onload = Countly.onload || [];
196196

197-
var SDK_VERSION = "23.6.2";
197+
var SDK_VERSION = "23.6.3";
198198
var SDK_NAME = "javascript_native_web";
199199

200200
// Using this on document.referrer would return an array with 15 elements in it. The 12th element (array[11]) would be the path we are looking for. Others would be things like password and such (use https://regex101.com/ to check more)

0 commit comments

Comments
 (0)