Skip to content

Commit

Permalink
Bump version and update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaasonen committed Sep 21, 2018
1 parent 3e1c67e commit c02a822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ The fragment ID is parsed from the file name:
- `Rm 2 <number>.csv` => `Rm-II.<number without leading zeroes>`
- `Rm II <number>.csv` => `Rm-II.<number without leading zeroes>`

Hits from different files resulting in same fragment ID are summed for the final result.

If the file name does not match any pattern the file is ignored.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fragment-hit-counter",
"version": "1.0.2",
"version": "1.0.3",
"description": "A script to extract fragment hits from a catalogue",
"main": "index.js",
"repository": "https://github.com/ElectronicBabylonianLiterature/fragment-hit-counter.git",
Expand Down

0 comments on commit c02a822

Please sign in to comment.