From 0d7fa7c6eb14cdedb85bf2085d8eefaf855a2874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E5=BD=A6=E8=B5=A4=E5=B1=8B=E5=85=88?= Date: Tue, 8 Aug 2023 23:34:20 +0900 Subject: [PATCH] Version bump for store users --- external/manifest.json | 2 +- plugin_OpenVR/OpenVR.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/manifest.json b/external/manifest.json index ac93271..10e5473 100644 --- a/external/manifest.json +++ b/external/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.0.0.1", + "version": "1.0.0.2", "display_name": "SteamVR", "download": "plugin_OpenVR.zip", "changelog": "Better path handling for SteamVR", diff --git a/plugin_OpenVR/OpenVR.cs b/plugin_OpenVR/OpenVR.cs index 0f35e45..b38376f 100644 --- a/plugin_OpenVR/OpenVR.cs +++ b/plugin_OpenVR/OpenVR.cs @@ -43,7 +43,7 @@ namespace plugin_OpenVR; [ExportMetadata("Name", "SteamVR")] [ExportMetadata("Guid", "K2VRTEAM-AME2-APII-SNDP-SENDPTOPENVR")] [ExportMetadata("Publisher", "K2VR Team")] -[ExportMetadata("Version", "1.0.0.1")] +[ExportMetadata("Version", "1.0.0.2")] [ExportMetadata("Website", "https://github.com/KinectToVR/plugin_OpenVR")] [ExportMetadata("DependencyInstaller", typeof(DriverInstaller))] [ExportMetadata("CoreSetupData", typeof(SetupData))]