Skip to content

Commit

Permalink
Update: 4.1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NRTnarathip committed Dec 24, 2024
1 parent bfe3acc commit b971278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SMAPI/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ internal static class EarlyConstants
internal const string RawApiVersion = "4.1.10";

/// <summary>Current version for android</summary>
internal const string AndroidFixBugVersionCode = "1";
internal const string AndroidFixBugVersionCode = "2";
internal const string RawApiVersionForAndroid = RawApiVersion + "." + AndroidFixBugVersionCode;
}

Expand Down

0 comments on commit b971278

Please sign in to comment.