Skip to content

Commit

Permalink
version bump 0.7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Nov 19, 2014
1 parent 93de4b5 commit 136b903
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 18 deletions.
8 changes: 2 additions & 6 deletions build/release/joola.js
Original file line number Diff line number Diff line change
Expand Up @@ -18410,7 +18410,7 @@ function toArray(list, index) {
module.exports={
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.22",
"version": "0.7.23",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down Expand Up @@ -19375,10 +19375,6 @@ Array.prototype.equals = function (array) {


//THE OBJECT
var
util = require('util'),
EventEmitter = require('events').EventEmitter;

var joola = exports;

//try injecting global
Expand Down Expand Up @@ -19758,7 +19754,7 @@ joola.on('ready', function () {
});

}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"./../../package.json":85,"./common/api":86,"./common/dispatch":87,"./common/events":88,"./common/globals":89,"./common/index":90,"./common/logger":91,"./viz/index":108,"events":11,"querystring":22,"socket.io-client":38,"url":31,"util":33}],94:[function(require,module,exports){
},{"./../../package.json":85,"./common/api":86,"./common/dispatch":87,"./common/events":88,"./common/globals":89,"./common/index":90,"./common/logger":91,"./viz/index":108,"querystring":22,"socket.io-client":38,"url":31}],94:[function(require,module,exports){
/**
* @title joola
* @overview the open-source data analytics framework
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.

6 changes: 3 additions & 3 deletions 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.

8 changes: 2 additions & 6 deletions build/temp/joola.js
Original file line number Diff line number Diff line change
Expand Up @@ -18410,7 +18410,7 @@ function toArray(list, index) {
module.exports={
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.22",
"version": "0.7.23",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down Expand Up @@ -19375,10 +19375,6 @@ Array.prototype.equals = function (array) {


//THE OBJECT
var
util = require('util'),
EventEmitter = require('events').EventEmitter;

var joola = exports;

//try injecting global
Expand Down Expand Up @@ -19758,7 +19754,7 @@ joola.on('ready', function () {
});

}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"./../../package.json":85,"./common/api":86,"./common/dispatch":87,"./common/events":88,"./common/globals":89,"./common/index":90,"./common/logger":91,"./viz/index":108,"events":11,"querystring":22,"socket.io-client":38,"url":31,"util":33}],94:[function(require,module,exports){
},{"./../../package.json":85,"./common/api":86,"./common/dispatch":87,"./common/events":88,"./common/globals":89,"./common/index":90,"./common/logger":91,"./viz/index":108,"querystring":22,"socket.io-client":38,"url":31}],94:[function(require,module,exports){
/**
* @title joola
* @overview the open-source data analytics framework
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.22",
"version": "0.7.23",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down

0 comments on commit 136b903

Please sign in to comment.