diff --git a/apps/typegpu-docs/src/components/stackblitz/openInStackBlitz.ts b/apps/typegpu-docs/src/components/stackblitz/openInStackBlitz.ts index 2c918cb5..cb596ae0 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.1" + "typegpu": "^0.3.2" } }`, }, diff --git a/packages/typegpu/package.json b/packages/typegpu/package.json index d8185751..6f0370ca 100644 --- a/packages/typegpu/package.json +++ b/packages/typegpu/package.json @@ -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",