Skip to content

Commit

Permalink
chore: bump version to 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: cdrage <[email protected]>
  • Loading branch information
cdrage authored and benoitf committed Dec 19, 2024
1 parent 35e2d8a commit c068e5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bootc",
"displayName": "Bootable Container",
"description": "Support for bootable OS containers (bootc) and generating disk images",
"version": "1.6.0-next",
"version": "1.7.0-next",
"icon": "icon.png",
"publisher": "redhat",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bootc",
"displayName": "Bootable Container",
"description": "Support for bootable OS containers (bootc) and generating disk images",
"version": "1.6.0-next",
"version": "1.7.0-next",
"icon": "icon.png",
"publisher": "redhat",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "frontend",
"displayName": "frontend UI",
"description": "Frontend UI for the bootc extension",
"version": "1.6.0-next",
"version": "1.7.0-next",
"type": "module",
"scripts": {
"preview": "vite preview",
Expand Down

0 comments on commit c068e5e

Please sign in to comment.