Skip to content

Commit 36efa86

Browse files
committed
chore: 🥁 tagging v1.6.0 🥳
1 parent 35e2d8a commit 36efa86

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": "bootc",
33
"displayName": "Bootable Container",
44
"description": "Support for bootable OS containers (bootc) and generating disk images",
5-
"version": "1.6.0-next",
5+
"version": "1.6.0",
66
"icon": "icon.png",
77
"publisher": "redhat",
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": "bootc",
33
"displayName": "Bootable Container",
44
"description": "Support for bootable OS containers (bootc) and generating disk images",
5-
"version": "1.6.0-next",
5+
"version": "1.6.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
@@ -2,7 +2,7 @@
22
"name": "frontend",
33
"displayName": "frontend UI",
44
"description": "Frontend UI for the bootc extension",
5-
"version": "1.6.0-next",
5+
"version": "1.6.0",
66
"type": "module",
77
"scripts": {
88
"preview": "vite preview",

0 commit comments

Comments
 (0)