Skip to content

Commit

Permalink
Merge pull request #45 from chi-rei-den/squid
Browse files Browse the repository at this point in the history
Update mirror link, prepare for new release
  • Loading branch information
sgkoishi authored Apr 30, 2020
2 parents d2742b7 + bef7438 commit 4c8c34e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Localizer/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,23 @@ public class Configuration
public string[] ModListMirror { get; set; } = new[]
{
"mirror.sgkoi.dev",
"mirror4.sgkoi.dev",
"mirror2.sgkoi.dev",
"mirror7.sgkoi.dev",
"mirror3.sgkoi.dev",
"mirror5.sgkoi.dev",
};

public string[] ModDownloadMirror { get; set; } = new[]
{
"mirror.sgkoi.dev",
"mirror4.sgkoi.dev",
"mirror7.sgkoi.dev",
"mirror3.sgkoi.dev",
"mirror2.sgkoi.dev",
"mirror5.sgkoi.dev",
};

public string[] ModDescMirror { get; set; } = new[]
{
"mirror.sgkoi.dev",
"mirror4.sgkoi.dev",
"mirror2.sgkoi.dev",
"mirror7.sgkoi.dev",
"mirror5.sgkoi.dev",
};
}
Expand Down
2 changes: 1 addition & 1 deletion Localizer/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = Chireiden Team
version = 1.5.0.14
version = 1.5.0.15
displayName = Localizer
hideCode = true
hideResources = false
Expand Down

0 comments on commit 4c8c34e

Please sign in to comment.