Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version 0.2.0 to 0.3.0 #320

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
LABEL version="0.2.0"
LABEL version="0.3.0"
2 changes: 1 addition & 1 deletion charts/openshift-console-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}
Loading