Skip to content

Commit 94ff6ad

Browse files
author
jeffmaury
committed
chore: 🥁 tagging v0.2.0 🥳
1 parent a7425d0 commit 94ff6ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ai-studio-monorepo",
44
"description": "ai-studio-monorepo",
55
"publisher": "redhat",
6-
"version": "0.2.0-next",
6+
"version": "0.2.0",
77
"private": true,
88
"engines": {
99
"node": ">=20.9.0",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ai-studio",
33
"displayName": "AI Studio",
44
"description": "Podman Desktop AI Studio",
5-
"version": "0.2.0-next",
5+
"version": "0.2.0",
66
"icon": "icon.png",
77
"publisher": "redhat",
88
"license": "Apache-2.0",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend-app",
33
"displayName": "UI for AI Studio",
4-
"version": "0.2.0-next",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"preview": "vite preview",

0 commit comments

Comments
 (0)