chore(editor): bump version to 1.0.1

This commit is contained in:
esengine
2025-10-16 15:08:22 +00:00
committed by github-actions[bot]
parent 14dc911e0a
commit f8539d7958
3 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"productName": "ECS Framework Editor",
"version": "1.0.0",
"version": "1.0.1",
"identifier": "com.esengine.editor",
"build": {
"beforeDevCommand": "npm run dev",
@@ -53,13 +53,17 @@
"assetProtocol": {
"enable": true,
"scope": {
"allow": ["**"]
"allow": [
"**"
]
}
},
"capabilities": [
{
"identifier": "main",
"windows": ["main"],
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:default",