Skip to content

Commit

Permalink
changed ver and minified (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams committed Oct 4, 2023
1 parent f24eb24 commit 7dc9ff1
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## X.X.X
## 23.6.1
- Mitigated an issue where numerical device IDs were parsed at the initialization

## 23.6.0
Expand Down
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.0"
"countly-sdk-web": "^23.6.1"
},
"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.0";
var SDK_VERSION = "23.6.1";
var SDK_NAME = "javascript_native_web";

var urlParseRE = /^(((([^:\/#\?]+:)?(?:(\/\/)((?:(([^:@\/#\?]+)(?:\:([^:@\/#\?]+))?)@)?(([^:\/#\?\]\[]+|\[[^\/\]@#?]+\])(?:\:([0-9]+))?))?)?)?((\/?(?:[^\/\?#]+\/+)*)([^\?#]*)))?(\?[^#]+)?)(#.*)?/;
Expand Down
Loading

0 comments on commit 7dc9ff1

Please sign in to comment.