Skip to content

Commit

Permalink
🔖 publish: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
krispya committed Nov 3, 2024
1 parent 0edf647 commit 26531bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const dwarf = world.spawn(Desires(gold));

const constainsSilver = world.query(Contains(silver)); // Returns [inventory]
const containsAnything = world.query(Contains('*')); // Returns [inventory, chest]
const relatesToGold = world.query(Widlcard(gold)); // Returns [inventory, chest, dwarf]
const relatesToGold = world.query(Wildcard(gold)); // Returns [inventory, chest, dwarf]
```
### Query modifiers
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koota",
"version": "0.1.1",
"version": "0.1.2",
"description": "🌎 Performant real-time state management for React and TypeScript",
"license": "ISC",
"type": "module",
Expand Down

0 comments on commit 26531bc

Please sign in to comment.