Skip to content

Commit

Permalink
to v0.8.8-beta-prerelease-2
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchamchi committed Mar 5, 2023
1 parent c2be59e commit 1e6ca57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPTH/Assets/Assets/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DepthViewer v0.8.8-beta-prerelease-1
DepthViewer v0.8.8-beta-prerelease-2

Right mouse key: hides the UI.
WASD: rotate the mesh.
Expand Down
2 changes: 1 addition & 1 deletion DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using UnityEngine;

public static class DepthFileUtils {
public const string Version = "v0.8.8-beta-prerelease-1";
public const string Version = "v0.8.8-beta-prerelease-2";

public const string DepthExt = ".depthviewer";

Expand Down
2 changes: 1 addition & 1 deletion DEPTH/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: v0.8.8-beta-prerelease-1
bundleVersion: v0.8.8-beta-prerelease-2
preloadedAssets:
- {fileID: 0}
- {fileID: 0}
Expand Down
2 changes: 1 addition & 1 deletion DEPTH/depthpy/depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from midas.model_loader import default_models, load_model

VERSION = "v0.8.8-beta-prerelease-1"
VERSION = "v0.8.8-beta-prerelease-2"

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

0 comments on commit 1e6ca57

Please sign in to comment.