@@ -12,11 +12,11 @@ output = [
1212 ].join('\n');
1313-->
1414[ ![ Maven artifact] ( https://img.shields.io/badge/mavenCentral-com.diffplug.matsim%3Amatconsolectl-blue.svg )] ( https://bintray.com/diffplug/opensource/matconsolectl/view )
15- [ ![ Latest version] ( https://img.shields.io/badge/latest-4.5 .0-blue.svg )] ( https://github.com/diffplug/matconsolectl/releases/latest )
16- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-OK-blue.svg )] ( https://diffplug.github.io/matconsolectl/javadoc/4.5 .0/ )
15+ [ ![ Latest version] ( https://img.shields.io/badge/latest-4.6 .0-blue.svg )] ( https://github.com/diffplug/matconsolectl/releases/latest )
16+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-OK-blue.svg )] ( https://diffplug.github.io/matconsolectl/javadoc/4.6 .0/ )
1717[ ![ License Apache] ( https://img.shields.io/badge/license-BSD-blue.svg )] ( https://tldrlegal.com/license/bsd-3-clause-license-(revised) )
1818
19- [ ![ Changelog] ( https://img.shields.io/badge/changelog-4.6 .0--SNAPSHOT-brightgreen.svg )] ( CHANGES.md )
19+ [ ![ Changelog] ( https://img.shields.io/badge/changelog-4.7 .0--SNAPSHOT-brightgreen.svg )] ( CHANGES.md )
2020[ ![ Travis CI] ( https://travis-ci.org/diffplug/matconsolectl.svg?branch=master )] ( https://travis-ci.org/diffplug/matconsolectl )
2121<!-- -freshmark /shields -->
2222
@@ -56,7 +56,7 @@ Contributions are welcome, see the [contributing guide](CONTRIBUTING.md) for dev
5656MatConsoleCtl includes a demo GUI. Below is a script you can use to run the demo inside of MATLAB:
5757
5858``` matlab
59- version = '4.5 .0';
59+ version = '4.6 .0';
6060tempdir = 'matconsolectl_demo';
6161
6262% make a directory to copy the jar into
@@ -72,7 +72,7 @@ javaaddpath([pwd '\' filename]);
7272matlabcontrol.demo.DemoMain
7373```
7474
75- You can also run the demo outside of MATLAB by downloading the jar, then running ` java -jar matconsolectl-4.5 .0.jar ` at a console.
75+ You can also run the demo outside of MATLAB by downloading the jar, then running ` java -jar matconsolectl-4.6 .0.jar ` at a console.
7676
7777## Compatibility
7878
0 commit comments