Skip to content

Commit 0f3bffb

Browse files
authored
Merge pull request #140 from Next2D/develop
update packages
2 parents 420c4d8 + f997338 commit 0f3bffb

3 files changed

Lines changed: 27 additions & 12 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ dist-ssr
2121
*.ntvs*
2222
*.njsproj
2323
*.sln
24-
*.sw?
24+
*.sw?
25+
26+
package-lock.json

package-lock.json

Lines changed: 23 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1 %c https://next2d.app",
11+
console.log("%c Next2D Framework %c 3.0.4 %c https://next2d.app",
1212
"color: #fff; background: #5f5f5f",
1313
"color: #fff; background: #4bc729",
1414
"");

0 commit comments

Comments
 (0)