Skip to content

Commit

Permalink
3.16 Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Bro748 committed Nov 14, 2024
1 parent 65fe316 commit f3bbf92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mod/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "regionkit",
"name": "RegionKit",
"version": "3.15.2",
"version": "3.16",
"authors": "RegionKit team",
"description": "All-in-one custom region dependency pack.<LINE>Source code and detailed descriptions are hosted here: https://github.com/Rain-World-Modding/RegionKit<LINE>[b]Reporting bugs[/b]<LINE>If you have a problem to report, please do it via github issues, Rain World discord server, or leave a post on discussions under this workshop item. Try to first look if anyone has already reported similar problem, attach logs and other materials if relevant!<LINE>[b]Common issue and ways to fix[/b]<LINE>If the game crashes without logs, try manually deleting BepInEx folder and re-verifying game files.",
"requirements": [
Expand All @@ -14,5 +14,5 @@
"Dependency",
"Tools"
],
"checksum_override_version": false
"checksum_override_version": true
}
2 changes: 1 addition & 1 deletion src/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace RegionKit;
[BepInEx.BepInPlugin(MOD_GUID, MOD_FRIENDLYNAME, MOD_VERSION)]
public class Mod : BepInEx.BaseUnityPlugin
{
internal const string MOD_VERSION = "3.15.2";
internal const string MOD_VERSION = "3.16";
internal const string MOD_FRIENDLYNAME = "RegionKit";
internal const string MOD_GUID = "rwmodding.coreorg.rk";
internal const string RK_POM_CATEGORY = "RegionKit";
Expand Down
4 changes: 2 additions & 2 deletions src/RegionKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<Authors>RegionKit team</Authors>
<Description>All-in-one custom region dependency library.</Description>
<Copyright>GPL v3</Copyright>
<FileVersion>3.15.2</FileVersion>
<AssemblyVersion>3.15.2</AssemblyVersion>
<FileVersion>3.16</FileVersion>
<AssemblyVersion>3.16</AssemblyVersion>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageLicenseFile>../LICENSE</PackageLicenseFile>
<DebugType>Portable</DebugType>
Expand Down

0 comments on commit f3bbf92

Please sign in to comment.