Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienkay committed Sep 3, 2024
1 parent 8479e46 commit c92a6a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion com.doji.midas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ 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.2.0] - 2024-09-03

### Changed

- Updated Sentis dependency to 2.0.0

## [1.1.0] - 2024-08-17

### Changed

- Updated Sentis dependency to v1.6.0-pre.1
- Updated Sentis dependency to 1.6.0-pre.1
- Normalization is now handled by a separate class using the Functional API

## [1.0.1] - 2024-02-09
Expand Down
6 changes: 3 additions & 3 deletions com.doji.midas/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyProduct("Doji.Midas")]
[assembly: AssemblyCopyright("Copyright © Julien Kipp 2023-2024")]

[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
[assembly: InternalsVisibleTo("Doji.Midas.Editor")]
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.1.0",
"version": "1.2.0",
"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 @@ -139,7 +139,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.1.0
bundleVersion: 1.2.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit c92a6a3

Please sign in to comment.