Browse Source

Version bump

master
Palash Bansal 1 year ago
parent
commit
1b98e2f6cd
No account linked to committer's email address
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/viewer/version.ts

+ 2
- 2
package-lock.json View File

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.40",
"version": "0.0.41",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "threepipe", "name": "threepipe",
"version": "0.0.40",
"version": "0.0.41",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.157.1005/package.tgz", "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.157.1005/package.tgz",

+ 1
- 1
package.json View File

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.40",
"version": "0.0.41",
"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.", "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.",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",

+ 1
- 1
src/viewer/version.ts View File

export const VERSION = '0.0.40'
export const VERSION = '0.0.41'

Loading…
Cancel
Save