From 9b57734c5aec55243cef2296f323d4a69965c73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Fri, 3 Jan 2025 20:56:20 +0000 Subject: [PATCH] release Pine version 0.3.31 --- implement/Pine.Core/Pine.Core.csproj | 6 +++--- implement/pine/Program.cs | 2 +- implement/pine/pine.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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