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 3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
- <AssemblyVersion >0.4.7 </AssemblyVersion >
7
- <FileVersion >0.4.7 </FileVersion >
6
+ <AssemblyVersion >0.4.8 </AssemblyVersion >
7
+ <FileVersion >0.4.8 </FileVersion >
8
8
<GenerateEmbeddedFilesManifest >true</GenerateEmbeddedFilesManifest >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
12
12
<PackageId >Pine.Core</PackageId >
13
- <Version >0.4.7 </Version >
13
+ <Version >0.4.8 </Version >
14
14
<Description >Elm DevTools and runtime</Description >
15
15
<PackageTags >Functional;Elm;Runtime;Compiler;VM;DBMS</PackageTags >
16
16
<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;
23
23
24
24
public class Program
25
25
{
26
- public static string AppVersionId => "0.4.7 " ;
26
+ public static string AppVersionId => "0.4.8 " ;
27
27
28
28
private static int AdminInterfaceDefaultPort => 4000 ;
29
29
Original file line number Diff line number Diff line change 5
5
<TargetFramework >net9.0</TargetFramework >
6
6
<AssemblyName >pine</AssemblyName >
7
7
<RootNamespace >Pine</RootNamespace >
8
- <AssemblyVersion >0.4.7 </AssemblyVersion >
9
- <FileVersion >0.4.7 </FileVersion >
8
+ <AssemblyVersion >0.4.8 </AssemblyVersion >
9
+ <FileVersion >0.4.8 </FileVersion >
10
10
<Nullable >enable</Nullable >
11
11
<GenerateEmbeddedFilesManifest >true</GenerateEmbeddedFilesManifest >
12
12
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments