Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhawryluk committed Jan 15, 2025
1 parent 18bc9c4 commit b281353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ${example.htmlCode}
},
"dependencies": {
"@webgpu/types": "^0.1.44",
"typegpu": "^0.3.1"
"typegpu": "^0.3.2"
}
}`,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typegpu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typegpu",
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit b281353

Please sign in to comment.