Skip to content

Commit 78f2ba7

Browse files
increment version number
1 parent 66881a0 commit 78f2ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ For the people that have trouble aiming.
55
> This branch is still in development. Do not expect everything to work.
66
77
```
8-
loadstring(game:HttpGet("https://github.com/RectangularObject/UniversalHBE/releases/download/v3.2.2-beta/main.lua", true))()
8+
loadstring(game:HttpGet("https://github.com/RectangularObject/UniversalHBE/releases/download/v3.3.0-beta/main.lua", true))()
99
```

modules/UI.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ local UI = {
2020

2121
function UI:Load()
2222
local mainWindow = LinoriaLib:CreateWindow({
23-
Title = "Universal Hitbox Extender v3.2.2-beta",
23+
Title = "Universal Hitbox Extender v3.3.0-beta",
2424
TabPadding = 6,
2525
MenuFadeTime = 0,
2626
Size = UDim2.fromOffset(550, 620),

0 commit comments

Comments
 (0)