diff --git a/implement/Pine.Core/Pine.Core.csproj b/implement/Pine.Core/Pine.Core.csproj
index c7f939dd..4811a4ac 100644
--- a/implement/Pine.Core/Pine.Core.csproj
+++ b/implement/Pine.Core/Pine.Core.csproj
@@ -3,13 +3,13 @@
net8.0
enable
- 0.1.9
- 0.1.9
+ 0.3.0
+ 0.3.0
Pine.Core
- 0.1.9
+ 0.3.0
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 00f1a80b..d687ca9d 100644
--- a/implement/pine/Program.cs
+++ b/implement/pine/Program.cs
@@ -18,7 +18,7 @@ namespace ElmTime;
public class Program
{
- public static string AppVersionId => "0.1.8";
+ public static string AppVersionId => "0.3.0";
private static int AdminInterfaceDefaultPort => 4000;
diff --git a/implement/pine/pine.csproj b/implement/pine/pine.csproj
index 48759135..5a0cd8ea 100644
--- a/implement/pine/pine.csproj
+++ b/implement/pine/pine.csproj
@@ -4,8 +4,8 @@
Exe
net8.0
pine
- 0.1.9
- 0.1.9
+ 0.3.0
+ 0.3.0
enable
true