Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Aug 2, 2016
1 parent baeed60 commit dec2598
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.2';
this.VERSION = '0.3.3';

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.2",
"version": "0.3.3",
"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.2'
VERSION = '0.3.3'

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

0 comments on commit dec2598

Please sign in to comment.