diff --git a/package.json b/package.json index d5863ba..c29082b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "json-lexer", + "version": "1.2.0", "description": "lexing json", "main": "index.js", "types": "index.d.ts", @@ -37,6 +38,5 @@ "bugs": { "url": "https://github.com/finnp/json-lexer/issues" }, - "homepage": "https://github.com/finnp/json-lexer#readme", - "version": "0.1.0" + "homepage": "https://github.com/finnp/json-lexer#readme" }