Skip to content

Commit 21453fa

Browse files
committed
increment version counter
1 parent cacbc3d commit 21453fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FezMultiplayerMod/MultiplayerMod/FezMultiplayerMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class FezMultiplayerMod : DrawableGameComponent
2525
/// <summary>
2626
/// A string representing the current version of this class.
2727
/// </summary>
28-
public static readonly string Version = "0.1.0"
28+
public static readonly string Version = "0.3.0"
2929
#if DEBUG
3030
+ $" (debug build {System.Reflection.Assembly.GetExecutingAssembly().GetName().Version})"
3131
#endif

Metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<Name>FezMultiplayerMod</Name>
33
<Description>So I heard you want multiplayer in your FEZ game</Description>
44
<Author>Jenna Sloan</Author>
5-
<Version>0.1.0</Version>
5+
<Version>0.3.0</Version>
66
<LibraryName>FezMultiplayerMod.dll</LibraryName>
77
</Metadata>

0 commit comments

Comments
 (0)