Skip to content

Commit

Permalink
v2.0.3 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Sep 30, 2023
1 parent c4cc554 commit b95cc4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ igir --help
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$| \ | $$ | $$ $$ https://igir.io/
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.0.2
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.0.3
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
Expand Down Expand Up @@ -127,9 +127,10 @@ ROM header options:
-H, --remove-headers Remove known headers from ROMs, optionally limited to a list of comma-sep
arated file extensions (supported: .a78, .fds, .lnx, .nes, .smc) [string]
ROM MAME merge & split options (requires DATs with parent/clone information):
--merge-roms ROM merge/split mode
ROM set options:
--merge-roms ROM merge/split mode (requires DATs with parent/clone information)
[choices: "fullnonmerged", "nonmerged", "split", "merged"] [default: "fullnonmerged"]
--allow-incomplete-sets Allow writing games that don't have all of their ROMs [boolean]
ROM filtering options:
-x, --filter-regex Regular expression of game names to filter to [string]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igir",
"version": "2.0.2",
"version": "2.0.3",
"description": "🕹 A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.",
"keywords": [
"1g1r",
Expand Down

0 comments on commit b95cc4c

Please sign in to comment.