1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Upped version I think

This commit is contained in:
Logan Saso 2016-03-26 16:08:59 -07:00
parent 265c135878
commit 1364d94218

View File

@ -14,7 +14,7 @@ namespace Artemis.Utilities
{ {
public static class Updater public static class Updater
{ {
public static int CurrentVersion = 102; public static int CurrentVersion = 103;
public static async Task<Action> CheckForUpdate(MetroDialogService dialogService) public static async Task<Action> CheckForUpdate(MetroDialogService dialogService)
{ {