Skip to content

Commit 1411487

Browse files
committed
update actions yml
1 parent ff9b92b commit 1411487

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18+
node-version: "22.x"
1819
registry-url: "https://registry.npmjs.org"
1920
- run: npm run release
2021
- run: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next2d/framework",
33
"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.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/Framework/issues/new",
77
"author": "Toshiyuki Ienaga <[email protected]> (https://github.com/ienaga/)",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { TextFieldContent } from "./application/content/TextFieldContent";
88
import { VideoContent } from "./application/content/VideoContent";
99

1010
// output build version
11-
console.log("%c Next2D Framework %c 3.0.0 %c https://next2d.app",
11+
console.log("%c Next2D Framework %c 3.0.1 %c https://next2d.app",
1212
"color: #fff; background: #5f5f5f",
1313
"color: #fff; background: #4bc729",
1414
"");

0 commit comments

Comments
 (0)