Skip to content

Commit f9bd359

Browse files
committed
chore: bump version to 0.0.3
1 parent 56c101c commit f9bd359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/stitch-sdk",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"private": false,
66
"description": "Generate UI screens from text prompts and extract their HTML and screenshots programmatically.",

packages/sdk/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Auto-generated by scripts/inject-version.ts — do not edit.
2-
export const SDK_VERSION = '0.0.2';
2+
export const SDK_VERSION = '0.0.3';

0 commit comments

Comments
 (0)