Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
yomotsu committed Jan 26, 2023
1 parent d7995d3 commit 2014f46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/camera-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
}
}

const VERSION = '1.38.0'; // will be replaced with `version` in package.json during the build process.
const VERSION = '1.38.1'; // will be replaced with `version` in package.json during the build process.
const TOUCH_DOLLY_FACTOR = 1 / 8;
const isBrowser = typeof window !== 'undefined';
const isMac = isBrowser && /Mac/.test(navigator.platform);
Expand Down
2 changes: 1 addition & 1 deletion dist/camera-controls.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/camera-controls.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class EventDispatcher {
}
}

const VERSION = '1.38.0'; // will be replaced with `version` in package.json during the build process.
const VERSION = '1.38.1'; // will be replaced with `version` in package.json during the build process.
const TOUCH_DOLLY_FACTOR = 1 / 8;
const isBrowser = typeof window !== 'undefined';
const isMac = isBrowser && /Mac/.test(navigator.platform);
Expand Down

0 comments on commit 2014f46

Please sign in to comment.