diff --git a/RELEASELOG.md b/RELEASELOG.md index 1bddbb5..60b3dc2 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,12 @@ # 发布日志 +## 4.0.3 + +发布日期 2023.08.31 + +### Editor + +- [fix] 修复桥接函数计算的bug ## 4.0.2 diff --git a/package.json b/package.json index 91348c3..000be56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "4.0.2", + "version": "4.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",