Skip to content

Commit

Permalink
Release 1.0.2 (#28)
Browse files Browse the repository at this point in the history
* Fix dependency (#26)
* Adjust import path

---------

Co-authored-by: realitycollectivebuildbot <[email protected]>
Co-authored-by: Dino Fejzagić <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2024
1 parent 2a9de37 commit c31469c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.")]
2 changes: 1 addition & 1 deletion Editor/SpatialPersistencePackageInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<IPathFinder>(typeof(SpatialPersistencePackagePathFinder)).ForwardSlashes()}{Path.DirectorySeparatorChar}{"Assets~"}");

static SpatialPersistencePackageInstaller()
Expand Down
2 changes: 1 addition & 1 deletion Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.")]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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"
},
Expand All @@ -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": [
{
Expand Down

0 comments on commit c31469c

Please sign in to comment.