From a22d3da8cebee7352c5d804d43bc67a8554fec85 Mon Sep 17 00:00:00 2001 From: ceolter Date: Fri, 27 May 2016 17:23:27 +0100 Subject: [PATCH] release of 4.2.x --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4396e5d..6cbffae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "4.1.0", + "version": "4.2.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.1.x", - "ag-grid-enterprise": "4.1.x", - "ag-grid-react": "4.1.x" + "ag-grid": "4.2.x", + "ag-grid-enterprise": "4.2.x", + "ag-grid-react": "4.2.x" } }