Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 4, 2024
1 parent 0054f99 commit c9ed8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
\|__| \|__|\|_______|\|__|\|__|\|_______|\_________\|_______|\|__| \|__| \|_______|
\|_________|

v1.8 ]]
v1.82 ]]

--[[
https://kohlslite.pages.dev/source.txt
Expand Down Expand Up @@ -61,7 +61,7 @@ I know this script is inconsistent with the fact it uses Game with and without G
-- Notifications
local function Remind(msg)
game.StarterGui:SetCore("SendNotification", {
Title = "KohlsLite v1.8",
Title = "KohlsLite v1.82",
Text = msg,
Duration = 1
})
Expand Down Expand Up @@ -121,7 +121,7 @@ getgenv().kohlsexecuted = true
getgenv().deprefix = "."

-- The version of KohlsLite
getgenv().klversion = "1.8"
getgenv().klversion = "1.82"

getgenv().kohlsgui = false -- this exists i guess

Expand Down

0 comments on commit c9ed8a8

Please sign in to comment.