Skip to content

Commit

Permalink
[version] 19.02
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Feb 18, 2019
1 parent 59ec0a4 commit 92dd09f
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 51 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.11.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/19.2.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/19.2.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.11.0",
"version": "19.2.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.11";
var SDK_VERSION = "19.02";
var SDK_NAME = "javascript_native_web";

var inited = false,
Expand Down
Loading

0 comments on commit 92dd09f

Please sign in to comment.