Skip to content

Commit ee74a4b

Browse files
committed
Versions
1 parent c3df2d1 commit ee74a4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin_Relay/RelayDevice.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
using System;
@@ -27,7 +27,7 @@ namespace plugin_Relay;
2727
[ExportMetadata("Name", "Amethyst Tracking Relay")]
2828
[ExportMetadata("Guid", "K2VRTEAM-AME2-APII-DVCE-TRACKINGRELAY")]
2929
[ExportMetadata("Publisher", "K2VR Team")]
30-
[ExportMetadata("Version", "1.0.0.4")]
30+
[ExportMetadata("Version", "1.0.0.5")]
3131
[ExportMetadata("Website", "https://github.com/KimihikoAkayasaki/plugin_Relay")]
3232
public class RelayDevice : ITrackingDevice
3333
{

plugin_Relay/RelayService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace plugin_Relay;
3030
[ExportMetadata("Name", "Amethyst Tracking Relay")]
3131
[ExportMetadata("Guid", "K2VRTEAM-AME2-APII-DVCE-TRACKINGRELAY")]
3232
[ExportMetadata("Publisher", "K2VR Team")]
33-
[ExportMetadata("Version", "1.0.0.4")]
33+
[ExportMetadata("Version", "1.0.0.5")]
3434
[ExportMetadata("Website", "https://github.com/KimihikoAkayasaki/plugin_Relay")]
3535
public class RelayService : IServiceEndpoint
3636
{

0 commit comments

Comments
 (0)