Skip to content

Commit

Permalink
Taplytics 1.0 JS SDK Release
Browse files Browse the repository at this point in the history
- added full support for code based experiments.
  • Loading branch information
jonathannorris committed Apr 14, 2016
1 parent 4c858bc commit f932ff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports.obj = function() {

config.functionFlushQueueTimeout = 500;

config.sdkVersion = "0.2.0";
config.sdkVersion = "1.0";

return config;
};
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": "taplytics-js",
"version": "0.2.0",
"version": "1.0",
"description": "Taplytics JS SDK",
"main": "app/index.js",
"repository": {
Expand Down

0 comments on commit f932ff8

Please sign in to comment.