Skip to content

Commit 6fb613c

Browse files
committed
chore: 🥁 tagging v0.1.0 🥳
1 parent bdc0a06 commit 6fb613c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# SPDX-License-Identifier: Apache-2.0
1717

18-
FROM ghcr.io/redhat-developer/podman-desktop-redhat-lightspeed-ext-builder:next AS builder
18+
FROM ghcr.io/redhat-developer/podman-desktop-redhat-lightspeed-ext-builder:0.1.0 AS builder
1919

2020
WORKDIR /opt/app-root/extension-source
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lightspeed-monorepo",
33
"displayName": "Mono repository for RHEL lightspeed extension for Podman Desktop",
44
"description": "Root repository",
5-
"version": "0.0.1-next",
5+
"version": "0.1.0",
66
"publisher": "redhat",
77
"private": true,
88
"engines": {

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rhel-lightspeed",
33
"displayName": "RHEL Lightspeed",
44
"description": "Podman Desktop extension allowing to get help from RHEL Lightspeed",
5-
"version": "0.0.1-next",
5+
"version": "0.1.0",
66
"icon": "icon.png",
77
"publisher": "redhat",
88
"license": "Apache-2.0",

packages/webview/package.json

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

0 commit comments

Comments
 (0)