Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Increase engine version to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixze committed Oct 13, 2024
1 parent e86564d commit 5409aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildPlugin.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set EngineVersion=5.4
set EngineVersion=5.5

for /f "skip=2 tokens=2*" %%a in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\EpicGames\Unreal Engine\%EngineVersion%" /v "InstalledDirectory"') do set "EngineDirectory=%%b"

Expand Down
2 changes: 1 addition & 1 deletion FabulousDualSense.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DocsURL": "https://github.com/Sixze/FabulousDualSense",
"MarketplaceURL": "",
"SupportURL": "https://github.com/Sixze/FabulousDualSense/discussions",
"EngineVersion": "5.4.0",
"EngineVersion": "5.5.0",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
Expand Down

0 comments on commit 5409aa6

Please sign in to comment.