Skip to content

Commit

Permalink
vers (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams authored Nov 9, 2023
1 parent 8fca557 commit 15b74f7
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 120 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"countly-sdk-web": "^23.6.2"
"countly-sdk-web": "^23.6.3"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
*/
Countly.onload = Countly.onload || [];

var SDK_VERSION = "23.6.2";
var SDK_VERSION = "23.6.3";
var SDK_NAME = "javascript_native_web";

// 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)
Expand Down
Loading

0 comments on commit 15b74f7

Please sign in to comment.