Skip to content

Commit 6d63197

Browse files
committed
Version bump
1 parent ce9ebab commit 6d63197

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threepipe",
3-
"version": "0.0.51",
3+
"version": "0.0.52",
44
"description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/viewer/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.51'
1+
export const VERSION = '0.0.52'

website/notes/vanilla-threejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you are using packages that depend on `three`, override in package.json to us
7575
{
7676
"dependencies": {
7777
"three": "./node_modules/threepipe/",
78-
"threepipe": "^0.0.51"
78+
"threepipe": "^0.0.52"
7979
},
8080
"overrides": {
8181
"three": "$three"

0 commit comments

Comments
 (0)