Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Jul 15, 2016
1 parent 2fa62e4 commit f64a4b9
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 @@ -144,7 +144,7 @@ module.exports = function () {

_classCallCheck(this, Drift);

this.VERSION = '0.3.1';
this.VERSION = '0.3.2';

this.destroy = function () {
_this.trigger._unbindEvents();
Expand Down
2 changes: 1 addition & 1 deletion dist/Drift.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drift-zoom",
"version": "0.3.1",
"version": "0.3.2",
"description": "Easily add \"zoom on hover\" functionality to your site's images. Lightweight, no-dependency JavaScript.",
"main": "dist/Drift.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/Drift.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Trigger from './Trigger';
import ZoomPane from './ZoomPane';

module.exports = class Drift {
VERSION = '0.3.1'
VERSION = '0.3.2'

constructor(triggerEl, options = {}) {
this.triggerEl = triggerEl;
Expand Down

0 comments on commit f64a4b9

Please sign in to comment.