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