Skip to content

Commit 7b2d78b

Browse files
committed
Bump version to 2.0.1
1 parent ec90115 commit 7b2d78b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChaosMod/Info.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
#define MOD_VERSION "2.0"
1+
#pragma once
2+
3+
#define MOD_VERSION "2.0.1"

ConfigApp/Info.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
public static class Info
44
{
5-
public static string VERSION = "2.0";
5+
public static string VERSION = "2.0.1";
66
}
77
}

0 commit comments

Comments
 (0)