From d214778af1081d9d2e4aed06091748eea7511c12 Mon Sep 17 00:00:00 2001 From: Kei-Luna Date: Mon, 27 Apr 2026 16:32:14 +0900 Subject: [PATCH] Changed the repository --- MikuSB/Update/UpdateService.cs | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MikuSB/Update/UpdateService.cs b/MikuSB/Update/UpdateService.cs index ef5e974..9facdf3 100644 --- a/MikuSB/Update/UpdateService.cs +++ b/MikuSB/Update/UpdateService.cs @@ -13,7 +13,7 @@ public static class UpdateService private static readonly Logger Logger = new("Updater"); private static readonly bool UpdateEnabled = true; private static readonly bool AskBeforeUpdate = true; - private static readonly string RepositoryOwner = "DevilProMT"; + private static readonly string RepositoryOwner = "MikuLeaks"; private static readonly string RepositoryName = "MikuSB"; private static readonly string AssetName = "MikuSB-win-x64.zip"; private static readonly int TimeoutSeconds = 5; diff --git a/version.txt b/version.txt index 86b94ee..67e1f2a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v=0.4 \ No newline at end of file +v=0.5 \ No newline at end of file