Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #223 from Sleitnick/bugfix/init
Browse files Browse the repository at this point in the history
Bugfix/init
  • Loading branch information
Sleitnick authored Apr 6, 2023
2 parents a2c1712 + 8eccd93 commit 1de409b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.1

- Bugfix for main Knit init file

## 1.5.0

- Code styling
Expand Down
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local RunService = game:GetService("RunService"):IsServer()
local RunService = game:GetService("RunService")

if RunService:IsServer() then
return require(script.KnitServer)
Expand Down
2 changes: 1 addition & 1 deletion src/wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sleitnick/knit"
description = "Knit is a lightweight game framework"
version = "1.5.0"
version = "1.5.1"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 1de409b

Please sign in to comment.