diff --git a/package-lock.json b/package-lock.json index d043a23..9ca1b9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "abnf", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "abnf", - "version": "1.0.0", + "version": "2.0.0", "dependencies": { "commander": "^11.0.0", "peggy": "^3.0.2" diff --git a/package.json b/package.json index 396bdf6..74623c9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Joe Hildebrand ", "name": "abnf", "description": "Augmented Backus-Naur Form (ABNF) parsing. See RFC 5234.", - "version": "1.0.0", + "version": "2.0.0", "homepage": "https://github.com/hildjj/node-abnf", "repository": { "url": "git://github.com/hildjj/node-abnf.git"