Skip to content

Commit 32672fc

Browse files
authored
Merge pull request #27 from Countly/version-update
version update
2 parents baf790c + 888bf45 commit 32672fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/Constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var healthCheckCounterEnum = Object.freeze({
104104
errorMessage: "cly_hc_error_message",
105105
});
106106

107-
var SDK_VERSION = "24.11.2";
107+
var SDK_VERSION = "24.11.3";
108108
var SDK_NAME = "javascript_native_web";
109109

110110
// Using this on document.referrer would return an array with 17 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)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-js",
3-
"version": "24.11.2",
3+
"version": "24.11.3",
44
"description": "Countly JavaScript SDK",
55
"type": "module",
66
"main": "Countly.js",

0 commit comments

Comments
 (0)