From e8f8879005f357a182152ac5d52ccb72d1f8506a Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Tue, 7 May 2024 16:23:39 +0100 Subject: [PATCH 1/2] Can I kick it? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abcc242..d25d616 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The player module contains services, utilities and prefabs around the user/playe ## Installation -Make sure to always use the same source for all toolkit modules. Avoid using different installation sources within the same project. We provide the following ways to install Reality Toolkit modules: +Make sure to always use the same source for all toolkit modules and avoid using different installation sources within the same project. We provide the following ways to install Reality Toolkit modules: ### Method 1: Using Package Manager for git users From 193a874e3cca08fbf82c80599b15ef48682c233e Mon Sep 17 00:00:00 2001 From: realitycollectivebuildbot Date: Tue, 7 May 2024 15:23:55 +0000 Subject: [PATCH 2/2] Auto increment pre-release version to 1.0.4 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d9af12..ee7b6d8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.realitytoolkit.player", "displayName": "RealityToolkit.Player", "description": "The Player service module of the Reality Toolkit by the Reality Collective. Use this module to set up a Player rig for XR apps and games in no time.", - "version": "1.0.4-pre.4", + "version": "1.0.4", "documentationUrl": "https://realitytoolkit.io", "changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.player/releases", "licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.player/blob/main/LICENSE.md",