Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienkay committed Aug 17, 2024
1 parent cfab8ab commit 1f24ad6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions com.doji.midas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.1.0] - 2024-08-17

### Changed

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

## [1.0.1] - 2024-02-09

### Added
Expand Down
10 changes: 10 additions & 0 deletions com.doji.midas/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Doji.Midas")]
[assembly: AssemblyDescription("Monocular Depth Estimation with Unity Sentis using MiDaS models")]
[assembly: AssemblyCompany("Doji Technologies")]
[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: 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.0.1",
"version": "1.1.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 @@ -133,7 +133,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 1.0.1
bundleVersion: 1.1.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 1f24ad6

Please sign in to comment.