diff --git a/implement/Pine.Core/Pine.Core.csproj b/implement/Pine.Core/Pine.Core.csproj index dda27e5a..d9de7827 100644 --- a/implement/Pine.Core/Pine.Core.csproj +++ b/implement/Pine.Core/Pine.Core.csproj @@ -3,14 +3,14 @@ net8.0 enable - 0.3.30 - 0.3.30 + 0.3.31 + 0.3.31 true Pine.Core - 0.3.30 + 0.3.31 The cross-platform Elm runtime environment Functional;Elm;Runtime;Compiler;VM;DBMS https://github.com/pine-vm/pine.git diff --git a/implement/pine/Program.cs b/implement/pine/Program.cs index 3fbf1614..ec227dea 100644 --- a/implement/pine/Program.cs +++ b/implement/pine/Program.cs @@ -24,7 +24,7 @@ namespace ElmTime; public class Program { - public static string AppVersionId => "0.3.30"; + public static string AppVersionId => "0.3.31"; private static int AdminInterfaceDefaultPort => 4000; diff --git a/implement/pine/pine.csproj b/implement/pine/pine.csproj index 97b15e15..ba8e8c49 100644 --- a/implement/pine/pine.csproj +++ b/implement/pine/pine.csproj @@ -5,8 +5,8 @@ net8.0 pine Pine - 0.3.30 - 0.3.30 + 0.3.31 + 0.3.31 enable true