Skip to content

Commit 92189f7

Browse files
cdragebenoitf
authored andcommitted
chore: bump version to 1.12.0
Signed-off-by: cdrage <6422176+cdrage@users.noreply.github.com>
1 parent eaa99bd commit 92189f7

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": "Bootable Container",
44
"description": "Support for bootable OS containers (bootc) and generating disk images",
55
"repository": "https://github.com/podman-desktop/extension-bootc",
6-
"version": "1.11.0-next",
6+
"version": "1.12.0-next",
77
"icon": "icon.png",
88
"publisher": "redhat",
99
"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.11.0-next",
5+
"version": "1.12.0-next",
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.11.0-next",
5+
"version": "1.12.0-next",
66
"type": "module",
77
"scripts": {
88
"preview": "vite preview",

0 commit comments

Comments
 (0)