소스 검색

Bump version

master
Palash Bansal 2 년 전
부모
커밋
9672bb2765
No account linked to committer's email address
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…
취소
저장