Skip to content

Commit

Permalink
[version] 18.08
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Aug 31, 2018
1 parent 6622269 commit d5effb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.04";
var SDK_VERSION = "18.08";
var SDK_NAME = "javascript_native_web";

var inited = false,
Expand Down
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": "18.08.0",
"version": "18.08.1",
"description": "Countly Web SDK",
"main": "lib/countly.js",
"directories": {
Expand Down

0 comments on commit d5effb8

Please sign in to comment.