Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
thezerothcat committed Jan 31, 2022
1 parent ef21498 commit 49e9248
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Please see the wiki page on github for information on how to use the randomizer, and other things you may need to know about it.
https://github.com/thezerothcat/LaMulanaRandomizer/wiki

2.31
-----------------------------
Logic fixes for reduced boss count.

2.30
-----------------------------
Added an option for reduced boss count, which will transform Shrine of the Mother after any 7 bosses and empower the Holy Grail based solely on acquiring the transformed Shrine of the Mother grail point.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>lmr.randomizer</groupId>
<artifactId>randomizer</artifactId>
<version>2.30.0</version>
<version>2.31.0</version>
<name>La-Mulana Remake Randomizer</name>
<description>La-Mulana Remake Randomizer</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/lmr/randomizer/FileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Created by thezerothcat on 7/10/2017.
*/
public class FileUtils {
public static final String VERSION = "2.30.0";
public static final String VERSION = "2.31.0";

private static BufferedWriter logWriter;
private static final List<String> KNOWN_RCD_FILE_HASHES = new ArrayList<>();
Expand Down

0 comments on commit 49e9248

Please sign in to comment.