Skip to content

Commit

Permalink
[version] 19.08
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Aug 9, 2019
1 parent 5895dc8 commit 2cecf99
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ or

Countly web SDK is available on CDNJS. Use either

[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)
[https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/19.8.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/19.8.0/countly.min.js)

or

Expand Down
2 changes: 1 addition & 1 deletion lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"use strict";
/** @lends Countly */
Countly = Countly || {};
var SDK_VERSION = "19.02.1";
var SDK_VERSION = "19.08";
var SDK_NAME = "javascript_native_web";

var inited = false,
Expand Down
Loading

0 comments on commit 2cecf99

Please sign in to comment.