diff --git a/.gitignore b/.gitignore index 3c3629e64..776608975 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +coverage +html-report node_modules diff --git a/package.json b/package.json index 92e0332ae..e907c78f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dgrid", "author": "Kris Zyp", - "version": "0.3.21-pre", + "version": "0.3.21", "description": "A lightweight, mobile-ready, data-driven, modular widget designed for lists and grids", "license": "BSD-3-Clause OR AFL-2.1", "repository": {