From f932ff88e8619027079db556fef771d41a3181fa Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Thu, 14 Apr 2016 17:54:23 -0400 Subject: [PATCH] Taplytics 1.0 JS SDK Release - added full support for code based experiments. --- bower.json | 2 +- config.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 61cd806b..2e243ed1 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "taplytics-js", "description": "Taplytics Javascript SDK", - "version": "0.1.3", + "version": "1.0", "main": "./dist/taplytics.min.js", "license": "MIT", "authors": [ diff --git a/config.js b/config.js index 6442409b..f0bea705 100644 --- a/config.js +++ b/config.js @@ -15,7 +15,7 @@ exports.obj = function() { config.functionFlushQueueTimeout = 500; - config.sdkVersion = "0.2.0"; + config.sdkVersion = "1.0"; return config; }; diff --git a/package.json b/package.json index 00e98901..b13b9134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taplytics-js", - "version": "0.2.0", + "version": "1.0", "description": "Taplytics JS SDK", "main": "app/index.js", "repository": {