Skip to content

Commit 52ba50c

Browse files
author
feloy
committed
chore: 🥁 tagging v0.1.0 🥳
1 parent dd11ebd commit 52ba50c

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
@@ -2,7 +2,7 @@
22
"name": "postgresql",
33
"displayName": "PostgreSQL",
44
"description": "Manage local PostgreSQL services for development",
5-
"version": "0.0.1-next",
5+
"version": "0.1.0",
66
"icon": "icon.png",
77
"publisher": "Philippe Martin",
88
"private": true,

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgresql",
33
"displayName": "PostgreSQL",
44
"description": "Manage local PostgreSQL services for development",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"icon": "icon.png",
77
"publisher": "Philippe Martin",
88
"license": "Apache-2.0",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "frontend",
33
"displayName": "frontend UI",
44
"description": "Frontend UI for the Hello World extension",
5-
"version": "1.4.0-next",
5+
"version": "0.1.0",
66
"type": "module",
77
"scripts": {
88
"preview": "vite preview",

0 commit comments

Comments
 (0)