From fddd839a5243a8ff4fcd9e5dfb60a20ee019fb8c Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 8 Mar 2017 14:43:45 +0100 Subject: [PATCH] Release 8.2.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7c86b2a..a3a9760 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ag-grid-vue-example", "description": "ag-Grid Vue Examples", - "version": "8.1.0", + "version": "8.2.0", "author": "Sean Landsman ", "license": "MIT", "bugs": { @@ -21,9 +21,9 @@ "vue" ], "dependencies": { - "ag-grid": "8.1.x", - "ag-grid-enterprise": "8.1.x", - "ag-grid-vue": "8.1.x", + "ag-grid": "8.2.x", + "ag-grid-enterprise": "8.2.x", + "ag-grid-vue": "8.2.x", "vue": "^2.1.0", "vue-router": "^2.1.0", "babel-core": "^6.0.0",