Skip to content

Commit

Permalink
⬆️: Update version in package.json to 0.3.1 (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza authored Jan 15, 2025
1 parent 30b7ee5 commit b21791a
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.0"
"typegpu": "^0.3.1"
}
}`,
},
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.0",
"version": "0.3.1",
"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 b21791a

Please sign in to comment.