Skip to content

Commit

Permalink
[version] 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Apr 29, 2020
1 parent 44ccef7 commit a963fd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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/20.3.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/20.3.0/countly.min.js)
[https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/20.4.0/countly.min.js](https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/20.4.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 = "20.03";
var SDK_VERSION = "20.04";
var SDK_NAME = "javascript_native_web";

var inited = false,
Expand Down
4 changes: 2 additions & 2 deletions lib/countly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countly-sdk-web",
"version": "20.3.0",
"version": "20.4.0",
"description": "Countly Web SDK",
"main": "lib/countly.js",
"directories": {
Expand Down

0 comments on commit a963fd2

Please sign in to comment.