Skip to content

Commit d9b277e

Browse files
authored
Merge pull request #122 from plotly/update_version_num
update plotly version
2 parents b90b57f + c67500a commit d9b277e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## MATLAB PLOTLY API WRAPPER 2.2.6
1+
## MATLAB PLOTLY API WRAPPER 2.2.7
22

33
### NUTSHELL:
44

plotly/plotly_aux/plotly_version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function version = plotly_version()
2-
version = '2.2.6';
2+
version = '2.2.7';
33
end

0 commit comments

Comments
 (0)