diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 107290c..e7bbb7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: + node-version: "22.x" registry-url: "https://registry.npmjs.org" - run: npm run release - run: npm install diff --git a/package.json b/package.json index d95c567..fa339ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@next2d/framework", "description": "Next2D Framework is designed according to the principles of clean architecture, domain-driven development, test-driven development, and MVVM, with an emphasis on flexibility, scalability, and maintainability, and a design methodology that keeps each layer loosely coupled.", - "version": "3.0.0", + "version": "3.0.1", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/Framework/issues/new", "author": "Toshiyuki Ienaga (https://github.com/ienaga/)", diff --git a/src/index.ts b/src/index.ts index 5a83e14..1b21192 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { TextFieldContent } from "./application/content/TextFieldContent"; import { VideoContent } from "./application/content/VideoContent"; // output build version -console.log("%c Next2D Framework %c 3.0.0 %c https://next2d.app", +console.log("%c Next2D Framework %c 3.0.1 %c https://next2d.app", "color: #fff; background: #5f5f5f", "color: #fff; background: #4bc729", "");