Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienkay committed Feb 8, 2024
1 parent b544e44 commit a220cf0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion com.doji.midas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-12-29
## [1.0.1] - 2024-02-09

### Added

- Add a sample scene for depth estimation on videos.

### Fixed

- Fixed scale/shift calculation from min/max distance in sample scenes.

## [1.0.0] - 2024-01-22

- Initial Release
2 changes: 1 addition & 1 deletion com.doji.midas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.doji.midas",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "MiDaS",
"description": "Monocular Depth Estimation with Unity Sentis",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/Midas/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 1.0.0
bundleVersion: 1.0.1
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit a220cf0

Please sign in to comment.