Skip to content

Commit

Permalink
bump updat
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 10, 2024
1 parent 7b310da commit 268decd
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.83 ]]
v1.85 ]]

--[[
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.83",
Title = "KohlsLite v1.85",
Text = msg,
Duration = 1
})
Expand Down Expand Up @@ -121,7 +121,7 @@ getgenv().kohlsexecuted = true
getgenv().deprefix = "."

-- The version of KohlsLite
getgenv().klversion = "1.83"
getgenv().klversion = "1.85"

-- KohlsLite Start Gui
getgenv().kohlsgui = fals
Expand Down

0 comments on commit 268decd

Please sign in to comment.