We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ecbe8 commit 547b8eaCopy full SHA for 547b8ea
1 file changed
src/js/Drift.js
@@ -6,7 +6,7 @@ import ZoomPane from "./ZoomPane";
6
7
export default class Drift {
8
constructor(triggerEl, options = {}) {
9
- this.VERSION = "1.4.3";
+ this.VERSION = "1.4.4";
10
this.triggerEl = triggerEl;
11
12
this.destroy = this.destroy.bind(this);
0 commit comments