Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 43bfd70

Browse files
author
axel7083
committedJan 8, 2025
chore: šŸ„ tagging v0.5.0 šŸ„³
Ā·
1 parent 073edc9 commit 43bfd70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

ā€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quadlet",
33
"displayName": "Podman Quadlet",
44
"description": "Manage, generate Podman Quadlet",
5-
"version": "0.5.0-next",
5+
"version": "0.5.0",
66
"icon": "icon.png",
77
"publisher": "axel7083",
88
"private": true,

ā€Žpackages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quadlet",
33
"displayName": "Podman Quadlet",
44
"description": "Manage, generate Podman Quadlet",
5-
"version": "0.5.0-next",
5+
"version": "0.5.0",
66
"icon": "icon.png",
77
"publisher": "axel7083",
88
"type": "module",

ā€Žpackages/frontend/package.json

+1-1
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": "0.5.0-next",
5+
"version": "0.5.0",
66
"type": "module",
77
"scripts": {
88
"preview": "vite preview",

0 commit comments

Comments
 (0)
Please sign in to comment.