Skip to content

Commit 547b8ea

Browse files
committed
fix: bring version number back in sync
This commit fixes a typo where the version in the Lib file did not match the version in the package json.
1 parent e2ecbe8 commit 547b8ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/Drift.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ZoomPane from "./ZoomPane";
66

77
export default class Drift {
88
constructor(triggerEl, options = {}) {
9-
this.VERSION = "1.4.3";
9+
this.VERSION = "1.4.4";
1010
this.triggerEl = triggerEl;
1111

1212
this.destroy = this.destroy.bind(this);

0 commit comments

Comments
 (0)