diff --git a/src/Nino.Core/Nino.Core.csproj b/src/Nino.Core/Nino.Core.csproj index 05d2faf..684764e 100644 --- a/src/Nino.Core/Nino.Core.csproj +++ b/src/Nino.Core/Nino.Core.csproj @@ -7,7 +7,7 @@ 9 Nino.Serialization true - 3.0.8 + 3.0.9 Nino.Serialization JasonXuDeveloper High performance and low size binary serialization solution, especially for Unity. diff --git a/src/Nino.Generator/Nino.Generator.csproj b/src/Nino.Generator/Nino.Generator.csproj index 2c5e57e..38a884a 100644 --- a/src/Nino.Generator/Nino.Generator.csproj +++ b/src/Nino.Generator/Nino.Generator.csproj @@ -11,7 +11,7 @@ Nino.Generator true true - 3.0.8 + 3.0.9 Nino.Generator JasonXuDeveloper Source Generator for the high performance and low size binary serialization solution, especially for Unity. diff --git a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Core.dll b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Core.dll index 274522f..b03c2e7 100644 Binary files a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Core.dll and b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Core.dll differ diff --git a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Generator.dll b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Generator.dll index 32e3613..4174a0d 100644 Binary files a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Generator.dll and b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/Runtime/Nino.Generator.dll differ diff --git a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json index 7dbc1ba..24b44bb 100644 --- a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json +++ b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json @@ -1,6 +1,6 @@ { "name": "com.jasonxudeveloper.nino", - "version": "3.0.8", + "version": "3.0.9", "displayName": "Nino", "description": "Ultimate high-performance binary serialization library for C#.", "unity": "2022.3", diff --git a/src/Nino/Nino.csproj b/src/Nino/Nino.csproj index 4966504..0a4358b 100644 --- a/src/Nino/Nino.csproj +++ b/src/Nino/Nino.csproj @@ -7,7 +7,7 @@ true Nino true - 3.0.8 + 3.0.9 Nino JasonXuDeveloper High performance and low size binary serialization solution, especially for Unity. diff --git a/src/Version.cs b/src/Version.cs index 315eb94..116d18c 100644 --- a/src/Version.cs +++ b/src/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("3.0.8")] -[assembly: AssemblyFileVersion("3.0.8")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.9")] +[assembly: AssemblyFileVersion("3.0.9")] \ No newline at end of file