From 58c70730737b29c1f75380365321ea80a87bc0ca Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 31 Aug 2023 11:20:07 +0800 Subject: [PATCH] =?UTF-8?q?[version]=20=E5=8F=91=E5=B8=83v4.0.3=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",