Skip to content

Commit 5377a5d

Browse files
committed
increment apiVersion
1 parent d809a9c commit 5377a5d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ClickerCompat.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ internal static class ClickerCompat
1414
//GENERAL INFO - PLEASE READ THIS FIRST!
1515
//-----------------------
1616
//https://github.com/SamsonAllen13/ClickerClassExampleMod/wiki
17+
//
18+
//This file is kept up-to-date to the latest Clicker Class release. You are encouraged to not edit this file, and when an update happens, copy&replace this file again.
19+
//Nothing will happen if Clicker Class updates and your mod doesn't, it's your choice to update it further
1720
//-----------------------
1821

1922
//This is the version of the calls that are used for the mod.
2023
//If Clicker Class updates, it will keep working on the outdated calls, but new features might not be available
21-
internal static readonly Version apiVersion = new Version(1, 2);
24+
internal static readonly Version apiVersion = new Version(1, 2, 1);
2225

2326
internal static string versionString;
2427

0 commit comments

Comments
 (0)