From c3375b5b2c3066e9eee077735ecd7624a79f824b Mon Sep 17 00:00:00 2001
From: ForgottenArbiter <43520548+ForgottenArbiter@users.noreply.github.com>
Date: Mon, 14 Nov 2022 21:45:28 -0700
Subject: [PATCH] Version 1.4.0
---
README.md | 7 +++++++
pom.xml | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 2c25e50..e5b4a5e 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,13 @@ Some settings take lists of relics, cards, or events. For these settings, either
* **verbose**: Whether to print out detailed information about each seed found
* **exitAfterSearch** Set to true to cause the program to immediately exit after search every seed
* **highestFloor** How many floors into the seed you want to search
+* **ironcladUnlocks** How many unlocks are available for the Ironclad (0 to 5)
+* **silentUnlocks** How many unlocks are available for the Silent (0 to 5)
+* **defectUnlocks** How many unlocks are available for the Defect (0 to 5)
+* **watcherUnlocks** How many unlocks are available for the Watcher (0 to 5)
+* **firstBoss** How many act 1 bosses have been seen (0 to 3)
+* **secondBoss** How many act 2 bosses have been seen (0 to 3)
+* **thirdBoss** How many act 3 bosses have been seen (0 to 3)
### Navigation
diff --git a/pom.xml b/pom.xml
index 5313986..9357637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
seedsearch
SeedSearch
- 1.3.0
+ 1.4.0
jar
SeedSearch
Finds seeds with desired properties
@@ -13,8 +13,8 @@
1.8
1.8
- 11-30-2020
- 3.18.1
+ 10-04-2022
+ 3.30.0