Skip to content

Commit 55762e3

Browse files
committed
Change version string
1 parent 335ed8a commit 55762e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ExtraRoles/ExtraRoles.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static void BreakShield(bool flag)
139139
//renderer for the shield indicator
140140
public static SpriteRenderer shieldRenderer = null;
141141
//medic settings and values
142-
public static string versionString = "v1.2.3";
142+
public static string versionString = "v1.2.4";
143143
public static class ModdedPalette
144144
{
145145
public static Color medicColor = new Color(36f / 255f, 183f / 255f, 32f / 255f, 1);

ExtraRoles/ExtraRoles.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.1</TargetFramework>
4-
<Version>1.2.3</Version>
4+
<Version>1.2.4</Version>
55
<GameVersion>2020.12.9s</GameVersion>
66
<Mappings>NuclearPowered/Mappings:0.1.0-alpha.2</Mappings>
77

0 commit comments

Comments
 (0)