ソースを参照

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'

読み込み中…
キャンセル
保存