File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,9 @@ This is a fast forward to v1.6.3 of daviscook477's fork with a few additional ch
491
491
#### v5.3.4 ####
492
492
* Fix startup crash if base character is fully (level 6) unlocked (kiooeht)
493
493
494
- #### dev ####
494
+ #### v5.3.5 ####
495
495
* Fix PostEnergyRecharge hook (kiooeht)
496
496
* Fix crash when toggling beta art on modded cards (kiooeht)
497
497
* Fix crash if modded card is missing _ p texture (kiooeht)
498
+
499
+ #### dev ####
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >BaseMod-root</artifactId >
7
7
<groupId >basemod</groupId >
8
- <version >5.3.4 </version >
8
+ <version >5.3.5 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >basemod</groupId >
8
8
<artifactId >BaseMod-root</artifactId >
9
- <version >5.3.4 </version >
9
+ <version >5.3.5 </version >
10
10
<modules >
11
11
<module >mod</module >
12
12
<module >testmod</module >
18
18
<properties >
19
19
<maven .compiler.source>1.8</maven .compiler.source>
20
20
<maven .compiler.target>1.8</maven .compiler.target>
21
- <SlayTheSpire .version>11-15 -2018</SlayTheSpire .version>
21
+ <SlayTheSpire .version>12-06 -2018</SlayTheSpire .version>
22
22
<ModTheSpire .version>3.6.0</ModTheSpire .version>
23
23
</properties >
24
24
You can’t perform that action at this time.
0 commit comments