Update package.json

This commit is contained in:
Mikhail 2023-06-22 15:48:16 +08:00 committed by GitHub
parent dd593ded3c
commit 5fe36063f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"displayName": "DragonECS", "displayName": "DragonECS",
"description": "C# Entity Component System Framework", "description": "C# Entity Component System Framework",
"unity": "2020.3", "unity": "2020.3",
"version": "0.7.4", "version": "0.7.8",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DCFApixels/DragonECS.git" "url": "https://github.com/DCFApixels/DragonECS.git"
@ -21,4 +21,4 @@
"dragon-ecs", "dragon-ecs",
"framework" "framework"
] ]
} }