We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c101c commit f9bd359Copy full SHA for f9bd359
packages/sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@google/stitch-sdk",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"type": "module",
5
"private": false,
6
"description": "Generate UI screens from text prompts and extract their HTML and screenshots programmatically.",
packages/sdk/src/version.ts
@@ -1,2 +1,2 @@
// Auto-generated by scripts/inject-version.ts — do not edit.
-export const SDK_VERSION = '0.0.2';
+export const SDK_VERSION = '0.0.3';
0 commit comments