Skip to content

Commit

Permalink
[version] 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Apr 26, 2018
1 parent 844fe1a commit 0000817
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/countly-bulk.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
function CountlyBulk(conf){
'use strict';

var SDK_VERSION = "17.05";
var SDK_VERSION = "18.04";
var SDK_NAME = "javascript_native_nodejs_bulk";

var empty_queue_callback = null;
Expand Down
2 changes: 1 addition & 1 deletion lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(function (Countly) {
'use strict';

var SDK_VERSION = "17.09";
var SDK_VERSION = "18.04";
var SDK_NAME = "javascript_native_nodejs";

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-nodejs",
"version": "17.09.0",
"version": "18.04.0",
"description": "Countly NodeJS SDK",
"main": "lib/countly.js",
"directories": {
Expand Down

0 comments on commit 0000817

Please sign in to comment.