diff --git a/package.json b/package.json index 53a234141e6f7666cd59831a0db27694df17a67c..2ca9b10c72d3aaa6c02aa47363f648e3cd355656 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { - "name": "tl-verilog", - "author": "Dmytro Bogatov <dmytro@dbogatov.org>", - "version": "0.2.0", - "description": "TL-Verilog support", - "keywords": [ - "tlv", - "tl verilog", - "tl-verilog", - "verilog", - "grammar", - "syntax" - ], - "repository": "https://github.com/dbogatov/tlv-atom", - "license": "MIT", - "engines": { - "atom": ">=1.0.0 <2.0.0" - }, - "dependencies": {} -} \ No newline at end of file + "name": "tl-verilog", + "author": "Dmytro Bogatov <dmytro@dbogatov.org>", + "version": "0.3.0", + "description": "TL-Verilog support", + "keywords": [ + "tlv", + "tl verilog", + "tl-verilog", + "verilog", + "grammar", + "syntax" + ], + "repository": "https://github.com/dbogatov/tlv-atom", + "license": "MIT", + "engines": { + "atom": ">=1.0.0 <2.0.0" + }, + "dependencies": {} +}