Skip to content

Commit b77aec0

Browse files
committed
v0.9.1
1 parent 2d7b7c1 commit b77aec0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DEPTH/Assets/Assets/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DepthViewer v0.9.1-beta.6
1+
DepthViewer v0.9.1
22

33
Right mouse key: hides the UI.
44
WASD: rotate the mesh.

DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using UnityEngine;
1010

1111
public static class DepthFileUtils {
12-
public const string Version = "v0.9.1-beta.6";
12+
public const string Version = "v0.9.1";
1313

1414
public const string DepthExt = ".depthviewer";
1515

DEPTH/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ PlayerSettings:
136136
16:10: 1
137137
16:9: 1
138138
Others: 1
139-
bundleVersion: v0.9.1-beta.6
139+
bundleVersion: v0.9.1
140140
preloadedAssets:
141141
- {fileID: 0}
142142
- {fileID: 0}

DEPTH/depthpy/depth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from midas.model_loader import default_models, load_model
2323

24-
VERSION = "v0.9.1-beta.6"
24+
VERSION = "v0.9.1"
2525

2626
class ModelParams():
2727
#this might as well just be a dictionary rather than a class

0 commit comments

Comments
 (0)