Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgottenArbiter committed Nov 15, 2022
1 parent a3db7a2 commit c3375b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

<groupId>seedsearch</groupId>
<artifactId>SeedSearch</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<packaging>jar</packaging>
<name>SeedSearch</name>
<description>Finds seeds with desired properties</description>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<SlayTheSpire.version>11-30-2020</SlayTheSpire.version>
<ModTheSpire.version>3.18.1</ModTheSpire.version>
<SlayTheSpire.version>10-04-2022</SlayTheSpire.version>
<ModTheSpire.version>3.30.0</ModTheSpire.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c3375b5

Please sign in to comment.