From c2f0cde259b4f52067d80b6f8ee1e070172535a7 Mon Sep 17 00:00:00 2001 From: Msarawan Date: Fri, 25 Oct 2024 15:15:59 +0530 Subject: [PATCH] [NO-ISSUE] Update version 0.2.0 to 0.3.0 --- .vscode/launch.json | 2 +- Dockerfile | 2 +- charts/openshift-console-plugin/Chart.yaml | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index baa7993a..28430815 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", + "version": "0.3.0", "configurations": [ { "name": "Debug Jest Tests", diff --git a/Dockerfile b/Dockerfile index f949d467..391f8d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,4 @@ ENTRYPOINT ["nginx", "-g", "daemon off;"] LABEL name="artemiscloud/activemq-artemis-self-provisioning-plugin" LABEL description="ActiveMQ Artemis Self Provisioning Plugin" LABEL maintainer="Roderick Kieley " -LABEL version="0.2.0" +LABEL version="0.3.0" \ No newline at end of file diff --git a/charts/openshift-console-plugin/Chart.yaml b/charts/openshift-console-plugin/Chart.yaml index 9113e054..e0f9d5de 100644 --- a/charts/openshift-console-plugin/Chart.yaml +++ b/charts/openshift-console-plugin/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: openshift-console-plugin description: A Helm chart for Kubernetes type: application -version: 0.2.0 +version: 0.3.0 diff --git a/package.json b/package.json index a28acf8f..9ba8f212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activemq-artemis-self-provisioning-plugin", - "version": "0.2.0", + "version": "0.3.0", "private": true, "homepage": "https://github.com/artemiscloud/activemq-artemis-self-provisioning-plugin#readme", "bugs": { @@ -106,7 +106,7 @@ }, "consolePlugin": { "name": "activemq-artemis-self-provisioning-plugin", - "version": "0.2.0", + "version": "0.3.0", "displayName": "Artemis Self Provisioning Plugin", "description": "Artemis Self Provisioning Plugin", "exposedModules": { @@ -122,5 +122,5 @@ } }, "readme": "README.md", - "_id": "activemq-artemis-self-provisioning-plugin@0.2.0" + "_id": "activemq-artemis-self-provisioning-plugin@0.3.0" }