Skip to content

Commit abfa1a1

Browse files
committed
Update version
1 parent e60e95e commit abfa1a1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This test highlights the fundamental flaw in traditional Zone-Centric libraries.
8787
Add the following to your wally.toml file:
8888

8989
```toml
90-
ldgerrits/quickzone@^1.3.185
90+
ldgerrits/quickzone@^1.3.186
9191
```
9292

9393
### NPM

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rbxts/quickzone",
3-
"version": "1.3.185",
3+
"version": "1.3.186",
44
"description": "A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones.",
55
"main": "src/init.lua",
66
"keywords": [

src/init.luau

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
--!strict
2-
--v1.3.185 • LDGerrits
2+
--v1.3.186 • LDGerrits
33
--[=[
44
@class QuickZone
55
6-
A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones with near-zero performance impact.
6+
A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones.
77
]=]
88

99
local RunService = game:GetService('RunService')

wally.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ldgerrits/quickzone"
3-
description = "A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones with near-zero performance impact."
4-
version = "1.3.185"
3+
description = "A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones."
4+
version = "1.3.186"
55
registry = "https://github.com/UpliftGames/wally-index"
66
realm = "shared"
77
license = "MIT"
@@ -12,14 +12,14 @@ exclude = [
1212
".gitignore",
1313
".styluaignore",
1414
"README.md",
15+
"moonwave.toml",
1516
"rokit.toml",
1617
"stylua.toml",
1718
"selene.toml",
1819
"sourcemap.json",
1920
"package.json",
2021
"examples.project.json",
2122
"serve.project.json",
22-
"moonwave.toml",
2323
"build",
2424
"build.rbxl",
2525
"build.rbxl.lock",

0 commit comments

Comments
 (0)