diff --git a/README.md b/README.md index d5bb50e1e..2ce2d55c0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Sections include: ## Installing ```shell -npm install -g @cyclonedx/cdxgen@10.9.10 +npm install -g @cyclonedx/cdxgen@10.9.11 ``` If you are a [Homebrew][homebrew-homepage] user, you can also install [cdxgen][homebrew-cdxgen] via: @@ -403,7 +403,7 @@ To generate test public/private key pairs, you can run cdxgen by passing the arg Use the bundled `cdx-verify` command, which supports verifying a single signature added at the bom level. ```shell -npm install -g @cyclonedx/cdxgen@10.9.10 +npm install -g @cyclonedx/cdxgen@10.9.11 cdx-verify -i bom.json --public-key public.key ``` diff --git a/deno.json b/deno.json index f47b88795..d0083db4b 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@cyclonedx/cdxgen", - "version": "10.9.10", + "version": "10.9.11", "exports": "./index.js", "compilerOptions": { "allowJs": true, diff --git a/docs/CLI.md b/docs/CLI.md index c93e374b3..e194e29a9 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -21,7 +21,7 @@ flowchart LR ## Installing ```shell -sudo npm install -g @cyclonedx/cdxgen@10.9.10 +sudo npm install -g @cyclonedx/cdxgen@10.9.11 ``` If you are a [Homebrew](https://brew.sh/) user, you can also install [cdxgen](https://formulae.brew.sh/formula/cdxgen) via: diff --git a/docs/README.md b/docs/README.md index e7cc2c3ee..01713d874 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ cdxgen is available as an npm package, container image, and single application e ## Installation ```shell -sudo npm install -g @cyclonedx/cdxgen@10.9.10 +sudo npm install -g @cyclonedx/cdxgen@10.9.11 ``` If you are a [Homebrew](https://brew.sh/) user, you can also install [cdxgen](https://formulae.brew.sh/formula/cdxgen) via: @@ -63,7 +63,7 @@ cdxgen -t c -o bom.json ## Installation ```shell -sudo npm install -g @cyclonedx/cdxgen@10.9.10 +sudo npm install -g @cyclonedx/cdxgen@10.9.11 ``` ## Usage @@ -237,7 +237,7 @@ To generate test public/private key pairs, you can run cdxgen by passing the arg Use the bundled `cdx-verify` command, which supports verifying a single signature added at the bom level. ```shell -npm install -g @cyclonedx/cdxgen@10.9.10 +npm install -g @cyclonedx/cdxgen@10.9.11 cdx-verify -i bom.json --public-key public.key ``` diff --git a/jsr.json b/jsr.json index 69c069740..b46e07d70 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@cyclonedx/cdxgen", - "version": "10.9.10", + "version": "10.9.11", "exports": "./index.js", "include": ["*.js", "bin/**", "data/**", "types/**"], "exclude": ["test/", "docs/", "contrib/", "ci/", "tools_config/"] diff --git a/package.json b/package.json index af0f0779f..3cf8d2b52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cyclonedx/cdxgen", - "version": "10.9.10", + "version": "10.9.11", "description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image", "homepage": "http://github.com/cyclonedx/cdxgen", "author": "Prabhu Subramanian ",