diff --git a/README.md b/README.md index 0448d80..d60ee2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # view-generator -[![CodeQL](https://github.com/Next2D/view-generator/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/Next2D/view-generator/actions/workflows/codeql-analysis.yml) +[![CodeQL](https://github.com/Next2D/view-generator/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/Next2D/view-generator/actions/workflows/github-code-scanning/codeql) [![Lint](https://github.com/Next2D/view-generator/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Next2D/view-generator/actions/workflows/lint.yml) [![release](https://img.shields.io/github/v/release/Next2D/view-generator)](https://github.com/Next2D/view-generator/releases) [![license](https://img.shields.io/github/license/Next2D/view-generator)](https://github.com/Next2D/view-generator/blob/main/LICENSE) diff --git a/package.json b/package.json index b43f564..132dfa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@next2d/view-generator", - "version": "3.0.11", + "version": "3.0.12", "description": "Generate the View class required for routing.", "author": "Toshiyuki Ienaga", "license": "MIT",