Skip to content

Commit

Permalink
Bump version to 6.0.0-preview5
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodypenguin committed Feb 16, 2022
1 parent 7ad82f7 commit d3476d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImprovedPublicTransportMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ImprovedPublicTransportMod : LoadingExtensionBase, IUserMod
public static bool inGame = false;
private GameObject _iptGameObject;
private GameObject _worldInfoPanel;
private readonly string version = "6.0.0-preview4";
private readonly string version = "6.0.0-preview5";


public string Name => $"Improved Public Transport 2 [r{version}]";
Expand Down

0 comments on commit d3476d0

Please sign in to comment.