Skip to content

Commit

Permalink
Bump version, cosmetics on caps
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaslin committed Jul 7, 2024
1 parent 0ac17cd commit b8f9a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d2-checklist",
"version": "24.4.1",
"version": "24.4.2",
"manifest": "226472.24.06.26.1731-1-bnet.56090",
"license": "MIT",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ export class SpecialTriumphListComponent extends ChildComponent {
public craftedWildCardFilter = '';
public craftedWildCardFilterChoice = [
{
name: 'current seasonal',
value: 'LOST SIGNAL,ILL OMEN,FAITH-KEEPER,TIMEWORN WAYFARER,VEILED THREAT,SIGHTLINE SURVEY',
name: 'Current Season',
value: 'Lost Signal,Ill Omen,Faith-Keeper,Timeworn Wayfarer,Veiled Threat,Sightline Survey',
},
{
name: 'ghost',
value: 'THE CALL,NO HESITATION,SOMEDAY,EMBRACED IDENTITY,PRO MEMORIA,FALSE IDOLS,BOLD ENDINGS,AXIAL LACUNA',
name: 'Ghost',
value: 'The Call,No Hesitation,Someday,Embraced Identity,Pro Memoria,False Idols,Bold Endings,Axial Lacuna',
}
]
public craftedFilterChoices = [
Expand Down

0 comments on commit b8f9a87

Please sign in to comment.