Skip to content

Commit c08552f

Browse files
committed
bump version
1 parent 5bf73d1 commit c08552f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
// zoom: 1,
227227
// glass: true,
228228
collapse: 3,
229-
measureTools: false,
229+
measureTools: true,
230230
};
231231

232232
function showViewer(control, mode, containerId) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three-cad-viewer",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
"author": "Bernhard Walter",
2525
"license": "MIT",
2626
"dependencies": {
27-
"three": "0.173.0"
27+
"three": "0.176.0"
2828
},
2929
"devDependencies": {
3030
"cross-spawn": "^7.0.6",

src/_version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "3.3.4";
1+
export const version = "3.3.5";

0 commit comments

Comments
 (0)