Skip to content

Commit

Permalink
Update cow2.core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvantilburg committed Oct 24, 2014
1 parent 3d4ded8 commit 20dca4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cow2.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Cow.core = function(config){
if (typeof(config) == 'undefined' ) {
config = {};
}
this._version = '2.0.1-alpha3';
this._version = '2.0.1-alpha4';
this._herdname = config.herdname || 'cow';
this._userid = null;
this._socketserverid = null;
Expand Down Expand Up @@ -328,4 +328,4 @@ Cow.core.prototype =
//Adding some Backbone event binding functionality to the store
_.extend(Cow.core.prototype, Events);

}.call(this));
}.call(this));

0 comments on commit 20dca4a

Please sign in to comment.