From 33b006b78322dd0fe0c56f9f7bd34109d885b83e Mon Sep 17 00:00:00 2001 From: seanlandsman Date: Fri, 4 Nov 2016 15:45:15 +0000 Subject: [PATCH] 6.3.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4ada17a..64b857a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "6.2.0", + "version": "6.3.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -36,8 +36,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "6.2.x", - "ag-grid-enterprise": "6.2.x", - "ag-grid-react": "6.2.x" + "ag-grid": "6.3.x", + "ag-grid-enterprise": "6.3.x", + "ag-grid-react": "6.3.x" } }