From 5c72851538144de1e48e7dc4bebe62bd10e241d4 Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Tue, 9 Jan 2024 07:55:51 +0200 Subject: [PATCH] chore: version updates --- Editor/Core/Scripts/Module Management/ModuleList.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/Core/Scripts/Module Management/ModuleList.cs b/Editor/Core/Scripts/Module Management/ModuleList.cs index 80551b01..fff4182b 100644 --- a/Editor/Core/Scripts/Module Management/ModuleList.cs +++ b/Editor/Core/Scripts/Module Management/ModuleList.cs @@ -14,7 +14,7 @@ public static class ModuleList name = "com.readyplayerme.core", gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git", branch = "", - version = "4.1.0" + version = "4.1.2" }; /// @@ -27,7 +27,7 @@ public static class ModuleList name = "com.readyplayerme.webview", gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git", branch = "", - version = "2.0.0" + version = "2.1.1" } };