From 46c8ba7ef0e2e3010c0fa19d30f3e22d34a94b24 Mon Sep 17 00:00:00 2001 From: Jose Garcia Date: Mon, 23 Jun 2014 21:39:57 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f124850..e9e30a8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ The API of the grid is similar to that of ng-grid's, and the table architecture Please refer to: http://josebalius.github.io/ngReactGrid/ for documentation. +Bower +----- + +``` +bower install ngReactGrid +``` + Features -------- * Fast, awesome performance From 5b61c8fb23677e6c702a8b086c3f55325d6dfbdb Mon Sep 17 00:00:00 2001 From: Jose Garcia Date: Mon, 23 Jun 2014 21:40:47 -0400 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a022276..fd6b097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngReactGrid", - "version": "0.5.0", + "version": "0.6.0", "description": "A really fast Angular grid using the power of React to render", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" From 561d961b23576b309ad76d2bb95f7049a4d67cfe Mon Sep 17 00:00:00 2001 From: Jose Garcia Date: Mon, 23 Jun 2014 21:40:57 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e30a8..214b95a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ngReactGrid - v0.5.0 +ngReactGrid - v0.6.0 =========== ngReactGrid is an Angular directive that can be used to render an enhanced HTML table or grid of data very fast using React as the rendering engine.