From 05a7371467bac6b2dc435da425a5ef643fdbbaa1 Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 20 Feb 2017 12:49:05 +0000 Subject: [PATCH] 8.1.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 99e1491..16556fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "8.0.0", + "version": "8.1.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -40,9 +40,9 @@ "rimraf": "2.5.x", "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "8.0.x", - "ag-grid-enterprise": "8.0.x", - "ag-grid-react": "8.0.x" + "ag-grid": "8.1.x", + "ag-grid-enterprise": "8.1.x", + "ag-grid-react": "8.1.x" } }