浏览代码

Bump version

master
Palash Bansal 2 年前
父节点
当前提交
9672bb2765
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      package.json
  2. 1
    1
      src/viewer/version.ts

+ 1
- 1
package.json 查看文件

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.20-dev.1",
"version": "0.0.20",
"description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.", "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",

+ 1
- 1
src/viewer/version.ts 查看文件

export const VERSION = '0.0.20-dev.1'
export const VERSION = '0.0.20'

正在加载...
取消
保存