Compare commits

...

3 commits

Author SHA1 Message Date
Ajay
c764f43847
Merge 918231a1ad into 1a7b1b02b6 2025-02-23 14:12:56 -05:00
Nidoxs
1a7b1b02b6
Update Jecs version to latest in get-started.md (#199)
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run
2025-02-23 18:34:53 +01:00
aybanda
918231a1ad Start work on #50 2025-02-19 16:36:07 +05:30

View file

@ -15,7 +15,7 @@ Add the following to your wally configuration:
::: code-group
```toml [wally.toml]
jecs = "ukendio/jecs@0.2.3"
jecs = "ukendio/jecs@0.5.3"
```
:::