From c67500aeebf5a67a23727a2622b6c1346a77f6ea Mon Sep 17 00:00:00 2001 From: BRONSOLO Date: Mon, 10 Apr 2017 14:52:59 -0400 Subject: [PATCH] update plotly version --- README.md | 2 +- plotly/plotly_aux/plotly_version.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2903f7..6946a301 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## MATLAB PLOTLY API WRAPPER 2.2.6 +## MATLAB PLOTLY API WRAPPER 2.2.7 ### NUTSHELL: diff --git a/plotly/plotly_aux/plotly_version.m b/plotly/plotly_aux/plotly_version.m index 39827937..d7903347 100644 --- a/plotly/plotly_aux/plotly_version.m +++ b/plotly/plotly_aux/plotly_version.m @@ -1,3 +1,3 @@ function version = plotly_version() - version = '2.2.6'; + version = '2.2.7'; end