Skip to content

Commit

Permalink
Finish v0.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Nov 6, 2014
2 parents 837627f + ce713c1 commit c56d65d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion build/release/joola.js
Original file line number Diff line number Diff line change
Expand Up @@ -17576,7 +17576,7 @@ function toArray(list, index) {
module.exports={
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.16",
"version": "0.7.17",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down Expand Up @@ -18895,6 +18895,8 @@ joola.set = function (key, value, callback) {
joola.get = function (key) {
return joola.options[key];
};


}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"./../../package.json":84,"./common/api":85,"./common/dispatch":86,"./common/events":87,"./common/globals":88,"./common/index":89,"./common/logger":90,"./viz/index":107,"querystring":21,"socket.io-client":37,"url":30}],93:[function(require,module,exports){
/**
Expand Down
2 changes: 1 addition & 1 deletion build/release/joola.min.css

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

2 changes: 1 addition & 1 deletion build/release/joola.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/release/joola.min.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion build/temp/joola.js
Original file line number Diff line number Diff line change
Expand Up @@ -17576,7 +17576,7 @@ function toArray(list, index) {
module.exports={
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.16",
"version": "0.7.17",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down Expand Up @@ -18895,6 +18895,8 @@ joola.set = function (key, value, callback) {
joola.get = function (key) {
return joola.options[key];
};


}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"./../../package.json":84,"./common/api":85,"./common/dispatch":86,"./common/events":87,"./common/globals":88,"./common/index":89,"./common/logger":90,"./viz/index":107,"querystring":21,"socket.io-client":37,"url":30}],93:[function(require,module,exports){
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.16",
"version": "0.7.17",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down

0 comments on commit c56d65d

Please sign in to comment.