File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >net9.0</TargetFramework >
55 <Nullable >enable</Nullable >
6- <AssemblyVersion >0.4.11 </AssemblyVersion >
7- <FileVersion >0.4.11 </FileVersion >
6+ <AssemblyVersion >0.4.12 </AssemblyVersion >
7+ <FileVersion >0.4.12 </FileVersion >
88 <GenerateEmbeddedFilesManifest >true</GenerateEmbeddedFilesManifest >
99 </PropertyGroup >
1010
1111 <PropertyGroup >
1212 <PackageId >Pine.Core</PackageId >
13- <Version >0.4.11 </Version >
13+ <Version >0.4.12 </Version >
1414 <Description >Elm DevTools and runtime</Description >
1515 <PackageTags >Functional;Elm;Runtime;Compiler;VM;DBMS</PackageTags >
1616 <RepositoryUrl >https://github.com/pine-vm/pine.git</RepositoryUrl >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace ElmTime;
2323
2424public class Program
2525{
26- public static string AppVersionId => "0.4.11 " ;
26+ public static string AppVersionId => "0.4.12 " ;
2727
2828 private static int AdminInterfaceDefaultPort => 4000 ;
2929
Original file line number Diff line number Diff line change 55 <TargetFramework >net9.0</TargetFramework >
66 <AssemblyName >pine</AssemblyName >
77 <RootNamespace >Pine</RootNamespace >
8- <AssemblyVersion >0.4.11 </AssemblyVersion >
9- <FileVersion >0.4.11 </FileVersion >
8+ <AssemblyVersion >0.4.12 </AssemblyVersion >
9+ <FileVersion >0.4.12 </FileVersion >
1010 <Nullable >enable</Nullable >
1111 <GenerateEmbeddedFilesManifest >true</GenerateEmbeddedFilesManifest >
1212 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments