This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit f3d3040343e80fa2b87a408aebda42d9bd5370a0 Author: Andy Taylor <[email protected]> AuthorDate: Wed Aug 14 11:34:38 2024 +0100 prepare package.json for 1.0.0 release --- artemis-console-extension/artemis-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-console-extension/artemis-extension/package.json b/artemis-console-extension/artemis-extension/package.json index a3e97ce..6b80e41 100644 --- a/artemis-console-extension/artemis-extension/package.json +++ b/artemis-console-extension/artemis-extension/package.json @@ -1,6 +1,6 @@ { "name": "artemis-console", - "version": "1.0.0-SNAPSHOT", + "version": "1.0.0", "description": "Artemis Console", "main": "./src/main/webapp/app/artemis-console.js", "license": "Apache-2.0", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
