Skip to content

Commit

Permalink
master version bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocereto committed Mar 2, 2012
1 parent 2943e76 commit 260b6e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/gas.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ var document = window.document,
*/
function GAS() {
var self = this;
self['version'] = '1.3.5';
self['version'] = '1.4.0';
self._accounts = {};
self._accounts_length = 0;
self._queue = _prev_gas;
Expand Down
2 changes: 1 addition & 1 deletion dist/gas.core.min.js

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

2 changes: 1 addition & 1 deletion dist/gas.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ var document = window.document,
*/
function GAS() {
var self = this;
self['version'] = '1.3.5';
self['version'] = '1.4.0';
self._accounts = {};
self._accounts_length = 0;
self._queue = _prev_gas;
Expand Down
Loading

0 comments on commit 260b6e7

Please sign in to comment.