Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Jan 17, 2016
1 parent c4e59f6 commit a24b04e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/Drift.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

var VERSION = exports.VERSION = '0.1.3';
var VERSION = exports.VERSION = '0.1.4';

var Drift = (function () {
function Drift(triggerEl) {
Expand Down
Loading

0 comments on commit a24b04e

Please sign in to comment.