From efd859ba830f5e59652899cbcbf1c6e478d3981b Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 18 Jan 2017 16:33:09 +0000 Subject: [PATCH] 7.3.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c23642f..e2047c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "7.2.0", + "version": "7.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": "7.2.x", - "ag-grid-enterprise": "7.2.x", - "ag-grid-react": "7.2.x" + "ag-grid": "7.3.x", + "ag-grid-enterprise": "7.3.x", + "ag-grid-react": "7.3.x" } }