We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f6cbb commit 9faf3e6Copy full SHA for 9faf3e6
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish Package
3
on:
4
push:
5
branches:
6
- - publish
+ - main
7
8
jobs:
9
build:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@next2d/framework-typescript-template",
"description": "Next2D Framework default TypeScript template.",
- "version": "3.0.0",
+ "version": "2.0.10",
"homepage": "https://next2d.app",
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
"author": "Toshiyuki Ienaga<ienaga@next2d.app>",
0 commit comments