浏览代码

Version bump

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

+ 2
- 2
package-lock.json 查看文件

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

+ 1
- 1
package.json 查看文件

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.41",
"version": "0.0.42",
"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",
"module": "dist/index.mjs",

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

@@ -1 +1 @@
export const VERSION = '0.0.41'
export const VERSION = '0.0.42'

正在加载...
取消
保存