File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public static class BuildInfo
6
6
public const string Description = "" ; // Description for the Mod. (Set as null if none)
7
7
public const string Author = "BA" ; // Author of the Mod. (MUST BE SET)
8
8
public const string Company = null ; // Company that made the Mod. (Set as null if none)
9
- public const string Version = "1.0.6 " ; // Version of the Mod. (MUST BE SET)
9
+ public const string Version = "1.0.7 " ; // Version of the Mod. (MUST BE SET)
10
10
public const string DownloadLink = null ; // Download Link for the Mod. (Set as null if none)
11
11
}
12
12
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public static class BuildInfo
6
6
public const string Description = "" ; // Description for the Mod. (Set as null if none)
7
7
public const string Author = "BA" ; // Author of the Mod. (MUST BE SET)
8
8
public const string Company = null ; // Company that made the Mod. (Set as null if none)
9
- public const string Version = "1.0.6 " ; // Version of the Mod. (MUST BE SET)
9
+ public const string Version = "1.0.7 " ; // Version of the Mod. (MUST BE SET)
10
10
public const string DownloadLink = null ; // Download Link for the Mod. (Set as null if none)
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments