Skip to content

Commit 09b3814

Browse files
committed
Update version string
1 parent cebd075 commit 09b3814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ExtraRoles/ExtraRoles.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public static void BreakShield(bool flag)
127127
//renderer for the shield indicator
128128
public static SpriteRenderer shieldRenderer = null;
129129
//medic settings and values
130-
public static string versionString = "v1.3.0";
130+
public static string versionString = "v1.3.1";
131131
public static class ModdedPalette
132132
{
133133
public static Color medicColor = new Color(36f / 255f, 183f / 255f, 32f / 255f, 1);

ExtraRoles/ExtraRoles.csproj

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

0 commit comments

Comments
 (0)