From c6d9f41393790a1a73c426cbf0be445eb46a2b50 Mon Sep 17 00:00:00 2001 From: Ceolter Date: Mon, 25 Apr 2016 20:30:04 +0100 Subject: [PATCH] changes to match v4.0.0 of ag-Grid --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ee161d0..4396e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "4.0.0", + "version": "4.1.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -34,8 +34,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "4.0.x", - "ag-grid-enterprise": "4.0.x", - "ag-grid-react": "4.0.x" + "ag-grid": "4.1.x", + "ag-grid-enterprise": "4.1.x", + "ag-grid-react": "4.1.x" } }