diff --git a/apps/typegpu-docs/src/components/stackblitz/openInStackBlitz.ts b/apps/typegpu-docs/src/components/stackblitz/openInStackBlitz.ts index d30f2356d..2c918cb50 100644 --- a/apps/typegpu-docs/src/components/stackblitz/openInStackBlitz.ts +++ b/apps/typegpu-docs/src/components/stackblitz/openInStackBlitz.ts @@ -61,7 +61,7 @@ ${example.htmlCode} }, "dependencies": { "@webgpu/types": "^0.1.44", - "typegpu": "^0.3.0" + "typegpu": "^0.3.1" } }`, }, diff --git a/packages/typegpu/package.json b/packages/typegpu/package.json index 843bb7b29..d8185751c 100644 --- a/packages/typegpu/package.json +++ b/packages/typegpu/package.json @@ -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",