Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Dec 12, 2023
1 parent 6ea00f1 commit b435fb4
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.1.0")]
[BepInPlugin("raicuparta.unityuniversalvr", "Unity Universal VR", "0.2.0")]
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 @@ -5,7 +5,7 @@

namespace UuvrPluginMono;

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

0 comments on commit b435fb4

Please sign in to comment.