diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 8ed1591..21d49b0 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -3,12 +3,12 @@ { "unity_version":"2021", "hybridclr" : { "branch":"v3.0.2"}, - "il2cpp_plus": { "branch":"v2021-3.0.0"} + "il2cpp_plus": { "branch":"v2021-3.0.1"} }, { "unity_version":"2022", "hybridclr" : { "branch":"v3.0.2"}, - "il2cpp_plus": { "branch":"v2022-3.0.0"} + "il2cpp_plus": { "branch":"v2022-3.0.1"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index de2c15c..4f6acbf 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,11 @@ # 发布日志 +## 3.0.3 + +### 修复 + +- 修复Enum::GetValues返回值不正确的bug + ## 3.0.2 ### 改动 diff --git a/package.json b/package.json index ace91bf..69a63de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "3.0.2", + "version": "3.0.3", "displayName": "HybridCLR", "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.", "category": "Runtime",