瀏覽代碼

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 查看文件

@@ -1,6 +1,6 @@
{
"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.",
"main": "dist/index.js",
"module": "dist/index.mjs",

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

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

Loading…
取消
儲存