Skip to content

Commit

Permalink
Update version (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelthe1 authored Jul 27, 2021
1 parent 0ac3340 commit 9954301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "usfm-grammar",
"description": "An elegant [USFM](https://github.com/ubsicap/usfm) parser (or validator) that uses a [parsing expression grammar](https://en.wikipedia.org/wiki/Parsing_expression_grammar) to model USFM. The grammar is written using [ohm](https://ohmlang.github.io/). Only USFM 3.0 is supported. The parsed USFM is an intuitive and easy to manipulate JSON structure that allows for painless extraction of scripture and other content from the markup. USFM Grammar is also capable of reconverting the generated JSON back to USFM.",
"version": "2.0.2",
"version": "2.1.0",
"main": "./js/main.js",
"scripts": {
"test": "mocha --expose-gc --timeout 40000",
Expand Down

0 comments on commit 9954301

Please sign in to comment.