Skip to content

Commit

Permalink
chore: bump version no.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDotBat authored Jun 24, 2021
1 parent df9d782 commit 7d1d9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/autorun/sh_pixelui_loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

PIXEL = PIXEL or {}
PIXEL.UI = PIXEL.UI or {}
PIXEL.UI.Version = "1.1.0"
PIXEL.UI.Version = "1.2.0"

local function loadDirectory(dir)
local fil, fol = file.Find(dir .. "/*", "LUA")
Expand Down Expand Up @@ -63,4 +63,4 @@ hook.Add("Think", "PIXEL.UI.VersionChecker", function()
return
end
end)
end)
end)

0 comments on commit 7d1d9b2

Please sign in to comment.