Compare commits

..

2 Commits
1.3.6 ... 1.3.7

Author SHA1 Message Date
hevinci
140bcb037f Update CHANGELOG.md 2022-11-26 18:17:22 +08:00
hevinci
2a4384e093 Update package.json 2022-11-26 18:17:20 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
All notable changes to this package will be documented in this file.
## [1.3.6] - 2022-11-26
## [1.3.7] - 2022-11-26
全新的太空战机Demo !

View File

@@ -1,7 +1,7 @@
{
"name": "com.tuyoogame.yooasset",
"displayName": "YooAsset",
"version": "1.3.6",
"version": "1.3.7",
"unity": "2019.4",
"description": "unity3d resources management system.",
"author": {
@@ -10,9 +10,9 @@
},
"samples": [
{
"displayName": "Basic Sample",
"displayName": "Space Shooter",
"description": "YooAsset runtime sample, Include resource update, resource download, resource loading and other functions.",
"path": "Samples~/Basic Sample"
"path": "Samples~/Space Shooter"
},
{
"displayName": "Extension Sample",