Skip to content

Commit

Permalink
Bump version and fix cmound logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
homothetyhk committed Jan 9, 2023
1 parent 02b74d6 commit e88f862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BenchRando/BenchRando.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<RootNamespace>BenchRando</RootNamespace>
<AssemblyName>BenchRando</AssemblyName>
<TargetFramework>net472</TargetFramework>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2</FileVersion>
<AssemblyVersion>1.0.3</AssemblyVersion>
<FileVersion>1.0.3</FileVersion>
<Deterministic>true</Deterministic>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<LangVersion>latest</LangVersion>
Expand Down
4 changes: 2 additions & 2 deletions BenchRando/Resources/benches.json
Original file line number Diff line number Diff line change
Expand Up @@ -2863,11 +2863,11 @@
"LogicOverrides": [
{
"name": "Mines_35[left1]",
"logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS)"
"logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS + OBSCURESKIPS)"
},
{
"name": "Descending_Dark",
"logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS)"
"logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS + OBSCURESKIPS)"
},
{
"name": "Grub-Crystallized_Mound",
Expand Down

0 comments on commit e88f862

Please sign in to comment.