diff --git a/.env b/.env index f715395..612257e 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -PLUGIN_VERSION=1.0.0 +PLUGIN_VERSION=0.1.1 PLUGIN_NAME='ActiveMQ Artemis Jolokia api-server' # dev cert diff --git a/Dockerfile b/Dockerfile index 11f5b52..cd23907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,4 +65,4 @@ CMD ["node", "dist/app.js"] LABEL name="artemiscloud/activemq-artemis-jolokia-api-server" LABEL description="ActiveMQ Artemis Jolokia api-server" LABEL maintainer="Roderick Kieley " -LABEL version="0.1.0" +LABEL version="0.1.1" diff --git a/api.md b/api.md index ff484a4..90712a4 100644 --- a/api.md +++ b/api.md @@ -2,7 +2,7 @@ (Generated by `yarn build-api-doc`.) -> Version 1.0.0-alpha +> Version 0.1.1 This document contains a list of currently available apis that can be used by the **activemq-artemis-self-provisioning plugin** diff --git a/package.json b/package.json index 761f1c3..7c6abea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activemq-artemis-jolokia-api-server", - "version": "0.1.0", + "version": "0.1.1", "private": true, "homepage": "https://github.com/artemiscloud/activemq-artemis-jolokia-api-server#readme", "bugs": { @@ -76,7 +76,7 @@ "yaml": "^2.4.5" }, "readme": "README.md", - "_id": "activemq-artemis-jolokia-api-server@0.1.0", + "_id": "activemq-artemis-jolokia-api-server@0.1.1", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "dependencies": { "express-pino-logger": "^7.0.0", diff --git a/src/config/openapi.yml b/src/config/openapi.yml index 0824a10..9e4807d 100644 --- a/src/config/openapi.yml +++ b/src/config/openapi.yml @@ -6,7 +6,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0 - version: 1.0.0-alpha + version: 0.1.1 description: | This document contains a list of currently available apis that can be used by the **activemq-artemis-self-provisioning plugin**