Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Dec 13, 2023
1 parent 5ec9faa commit fde8a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UuvrPluginIl2Cpp/Il2CppPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace UuvrPluginIl2Cpp;

[BepInPlugin("raicuparta.unityuniversalvr", "Unity Universal VR", "0.2.0")]
[BepInPlugin("raicuparta.unityuniversalvr", "Unity Universal VR", "0.2.1")]
public class Il2CppPlugin : BasePlugin
{
public override void Load()
Expand Down
2 changes: 1 addition & 1 deletion UuvrPluginMono/MonoPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace UuvrPluginMono;

[BepInPlugin("raicuparta.unityuniversalvr", "Unity Universal VR", "0.2.0")]
[BepInPlugin("raicuparta.unityuniversalvr", "Unity Universal VR", "0.2.1")]
public class MonoPlugin : BaseUnityPlugin
{
private readonly KeyboardKey _toggleVrKey = new (KeyboardKey.KeyCode.F3);
Expand Down

0 comments on commit fde8a79

Please sign in to comment.