Skip to content

Commit 37e44fc

Browse files
committed
Bump to 4.7.0-SNAPSHOT.
1 parent 30ecde1 commit 37e44fc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
5656
MatConsoleCtl 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';
6060
tempdir = 'matconsolectl_demo';
6161
6262
% make a directory to copy the jar into
@@ -72,7 +72,7 @@ javaaddpath([pwd '\' filename]);
7272
matlabcontrol.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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
stable=4.6.0
2-
version=4.6.0
2+
version=4.7.0-SNAPSHOT
33
name=matconsolectl
44
group=com.diffplug.matsim
55
description=MatConsoleCtl - control MATLAB from Java

0 commit comments

Comments
 (0)