From c31469c073fd98c2b07981a2dffa5d91873210b5 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Thu, 5 Sep 2024 22:46:58 +0100 Subject: [PATCH] Release 1.0.2 (#28) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix dependency (#26) * Adjust import path --------- Co-authored-by: realitycollectivebuildbot Co-authored-by: Dino Fejzagić --- Editor/AssemblyInfo.cs | 2 +- Editor/SpatialPersistencePackageInstaller.cs | 2 +- Runtime/AssemblyInfo.cs | 2 +- package.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Editor/AssemblyInfo.cs b/Editor/AssemblyInfo.cs index d8106a2..6d1d414 100644 --- a/Editor/AssemblyInfo.cs +++ b/Editor/AssemblyInfo.cs @@ -3,7 +3,7 @@ using System.Reflection; -[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyVersion("1.0.3")] [assembly: AssemblyTitle("com.realitytoolkit.spatialpersistence.editor")] [assembly: AssemblyCompany("Reality Collective")] [assembly: AssemblyCopyright("Copyright (c) Reality Collective. All rights reserved.")] diff --git a/Editor/SpatialPersistencePackageInstaller.cs b/Editor/SpatialPersistencePackageInstaller.cs index e827697..4eaf2be 100644 --- a/Editor/SpatialPersistencePackageInstaller.cs +++ b/Editor/SpatialPersistencePackageInstaller.cs @@ -14,7 +14,7 @@ namespace RealityToolkit.SpatialPersistence.Editor [InitializeOnLoad] internal static class SpatialPersistencePackageInstaller { - private static readonly string destinationPath = Application.dataPath + "/RealityToolkit.Generated/SpatialPersistence"; + private static readonly string destinationPath = Application.dataPath + "/RealityToolkit/SpatialPersistence"; private static readonly string sourcePath = Path.GetFullPath($"{PathFinderUtility.ResolvePath(typeof(SpatialPersistencePackagePathFinder)).ForwardSlashes()}{Path.DirectorySeparatorChar}{"Assets~"}"); static SpatialPersistencePackageInstaller() diff --git a/Runtime/AssemblyInfo.cs b/Runtime/AssemblyInfo.cs index 4474c77..ca66960 100644 --- a/Runtime/AssemblyInfo.cs +++ b/Runtime/AssemblyInfo.cs @@ -3,7 +3,7 @@ using System.Reflection; -[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyVersion("1.0.3")] [assembly: AssemblyTitle("com.realitytoolkit.spatialpersistence")] [assembly: AssemblyCompany("Reality Collective")] [assembly: AssemblyCopyright("Copyright (c) Reality Collective. All rights reserved.")] diff --git a/package.json b/package.json index 8e99522..9a85674 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "com.realitytoolkit.spatial-persistence", "displayName": "RealityToolkit.SpatialPersistence", "description": "The Spatial Persistence components for the Reality Toolkit by the Reality Collective.", - "version": "1.0.1", - "documentationUrl": "https://realitytoolkit.io", + "version": "1.0.2-pre.3", + "documentationUrl": "https://realitytoolkit.realitycollective.net/", "changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.spatial-persistence/releases", "licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.spatial-persistence/blob/main/LICENSE.md", "keywords": [ @@ -16,7 +16,7 @@ "unity" ], "unity": "2022.3", - "homepage": "https://realitytoolkit.io", + "homepage": "https://realitytoolkit.realitycollective.net/", "bugs": { "url": "https://github.com/realitycollective/com.realitytoolkit.spatial-persistence/issues" }, @@ -34,7 +34,7 @@ "registry": "https://package.openupm.com" }, "dependencies": { - "com.realitycollective.service-framework": "v1.0.7" + "com.realitycollective.service-framework": "1.0.8" }, "assets": [ {