Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDotBat committed Aug 2, 2024
1 parent 0977992 commit 1cecad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
2 changes: 1 addition & 1 deletion lua/autorun/sh_pixelui_loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

PIXEL = PIXEL or {}
PIXEL.UI = PIXEL.UI or {}
PIXEL.UI.Version = "1.3.1"
PIXEL.UI.Version = "1.3.2"

function PIXEL.LoadDirectory(path)
local files, folders = file.Find(path .. "/*", "LUA")
Expand Down

0 comments on commit 1cecad5

Please sign in to comment.