Skip to content

Commit 0280a6d

Browse files
committed
VERSION 1.8.5
1 parent cbe3da0 commit 0280a6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/Scripts/Global/Global.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public class Global : MonoBehaviour {
1212

1313
private static bool isAlreadyInitialized;
1414

15-
public static string CurrentVersion = "1.8.4";
16-
public static int CurrentVersionInt = 101080400;
17-
public static int LatestVersionInt = 101080400;
15+
public static string CurrentVersion = "1.8.5";
16+
public static int CurrentVersionInt = 101080500;
17+
public static int LatestVersionInt = 101080500;
1818

1919
public static SquadBuilder SquadBuilder { get; set;}
2020

Assets/Scripts/MainMenu/View/CreditsUI.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class CreditsUI {
1919
{ "Fonts", "Pixel Sagas \"Rebellion\", \"Strike Fighter\" (Daniel Zadorozny, Iconian Fonts), xwing-miniatures-font (geordanr)" },
2020
{ "Additional assets", "Skybox Volume 2: Nebula (Hedgehog Team), Simple Table Glass (Quadrante Studio), sFuture Modules PRO Space and Ground (Sami Lehtonen), Sci Fi Doors (MASH Virtual)" },
2121
{ "Testing", "djeknemesis2012, LiquidLogic, doji" },
22-
{ "Thanks for support", "Andy Selby, Emmanuel Broto, Phillip Manwaring, Arik Roshanzamir, Andrew Ballentine, Kent, Scott Milam, John T. Harrison IV, Rick Servello, Spencer Loper, Landon, Dual Torpedoes, Vittorio Rosa, GregFromParis#42, Charlie King, Fabian Falconett, Julian Munoz Bermejo, Benny Tsai, Ignatius Bug, John Snape, Bryan Froh, Ross Kushnereit, David Gausebeck, Alan Michael, Brian Hall, Byron Harder, shaun p kelleher, James Campbell, Willy Fortin, Spqan x, Shawn Mason, X-Wing Tavern Wars, Phillip Manwaring, Andrew Ballentine, Kevin Vu, Mark Dyson" },
22+
{ "Thanks for support", "Andy Selby, Emmanuel Broto, Phillip Manwaring, Arik Roshanzamir, Andrew Ballentine, Kent, Scott Milam, John T. Harrison IV, Rick Servello, Spencer Loper, Landon, Dual Torpedoes, Vittorio Rosa, GregFromParis#42, Charlie King, Fabian Falconett, Julian Munoz Bermejo, Benny Tsai, Ignatius Bug, John Snape, Bryan Froh, Ross Kushnereit, David Gausebeck, Alan Michael, Brian Hall, Byron Harder, shaun p kelleher, James Campbell, Willy Fortin, Spqan x, Shawn Mason, X-Wing Tavern Wars, Phillip Manwaring, Andrew Ballentine, Kevin Vu, Mark Dyson, Ryan Fisher" },
2323
};
2424

2525
public static void InitializePanel()

0 commit comments

Comments
 (0)