From 3b5ee657901347c3a4b1d9c6051a609c57606b56 Mon Sep 17 00:00:00 2001 From: seanlandsman Date: Tue, 11 Oct 2016 16:13:26 +0100 Subject: [PATCH] Release of 6.2.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7814b6d..4ada17a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "6.1.0", + "version": "6.2.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.1.x", - "ag-grid-enterprise": "6.1.x", - "ag-grid-react": "6.1.x" + "ag-grid": "6.2.x", + "ag-grid-enterprise": "6.2.x", + "ag-grid-react": "6.2.x" } }