Skip to content

Commit 5e80f95

Browse files
committed
v0.6.3
1 parent cac25b1 commit 5e80f95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/pax.BlazorChess/Services/ElectronService.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
namespace pax.BlazorChess.Services;
66
public class ElectronService
77
{
8-
public static Version CurrentVersion { get; private set; } = new Version(0, 6, 2);
9-
public static Version AvailableVersion { get; private set; } = new Version(0, 6, 2);
8+
public static Version CurrentVersion { get; private set; } = new Version(0, 6, 3);
9+
public static Version AvailableVersion { get; private set; } = new Version(0, 6, 3);
1010
public static string? AppPath { get; private set; } = String.Empty;
1111

1212
public event EventHandler<DownloadEventArgs>? DownloadProgress;

src/pax.BlazorChess/electron.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"appId": "com.pax.BlazorChess.app",
2424
"productName": "pax.BlazorChess",
2525
"copyright": "Copyright © 2022",
26-
"buildVersion": "0.6.2",
26+
"buildVersion": "0.6.3",
2727
"compression": "maximum",
2828
"directories": {
2929
"output": "../../../bin/Desktop"

src/pax.BlazorChess/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pax.blazorchess",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "pax.BlazorChess",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)