From e0dfa732c748552b8596310e3d8faeb46e774073 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Thu, 22 Dec 2016 15:16:58 +0000 Subject: [PATCH] 7.1.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f086c62..d4f08a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "7.0.0", + "version": "7.1.1", "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.0.x", - "ag-grid-enterprise": "7.0.x", - "ag-grid-react": "7.0.x" + "ag-grid": "7.1.x", + "ag-grid-enterprise": "7.1.x", + "ag-grid-react": "7.1.x" } }