Skip to content

Commit

Permalink
[version] 18.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Nov 12, 2018
1 parent 534c738 commit 69efa18
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 60 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/18.8.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/18.8.0/countly.min.js)
[https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/18.11.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/18.11.0/countly.min.js)

or

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countly-sdk-web",
"version": "18.08.2",
"version": "18.11.0",
"description": "Countly Web SDK",
"main": "lib/countly.js",
"moduleType": "globals",
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 = "18.08.2";
var SDK_VERSION = "18.11";
var SDK_NAME = "javascript_native_web";

var inited = false,
Expand Down
Loading

0 comments on commit 69efa18

Please sign in to comment.