Skip to content

Commit bd0a3bf

Browse files
committed
Fix mismatched versions
This happened due to Rider not saving the preferences file even when doing it manually, I need to defocus it for it to save, I don't know why it acts like this.
1 parent 3559c42 commit bd0a3bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenVR2WS/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@
125125
<value>..\resources\Logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127127
<data name="Version" xml:space="preserve">
128-
<value>v2.9.2</value>
128+
<value>v2.9.4</value>
129129
</data>
130130
</root>

Types/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvr2ws-types",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "TypeScript type definitions for the input and output of OpenVR2WS.",
55
"type": "module",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)