Skip to content

Commit c573ccd

Browse files
committed
1.2.4 increment
1 parent 42a4c73 commit c573ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClickerCompat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal static class ClickerCompat
2222

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

2727
internal static string versionString;
2828

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
author = DivermanSam, Barometz and direwolf420
2-
version = 1.2.2
2+
version = 1.2.4
33
displayName = The Clicker Class Example Mod
44
homepage = https://github.com/SamsonAllen13/ClickerClassExampleMod
55
includePDB = true

0 commit comments

Comments
 (0)