Skip to content

Commit

Permalink
Version bump for store users
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Aug 8, 2023
1 parent e6ba7a6 commit 0d7fa7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin_OpenVR/OpenVR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit 0d7fa7c

Please sign in to comment.