Skip to content

Commit 23ffdd7

Browse files
committed
Deploy v4.4.3.
1 parent ce89f20 commit 23ffdd7

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Version 4.5.0-SNAPSHOT - TBD ([javadoc](http://diffplug.github.io/matconsolectl/javadoc/snapshot/), [jcenter](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/matsim/matconsolectl/))
44

5+
### Version 4.4.3 - December 15th 2016 ([javadoc](http://diffplug.github.io/matconsolectl/javadoc/4.4.3/), [jcenter](https://bintray.com/diffplug/opensource/matconsolectl/4.4.3/view))
6+
7+
- Better fix to a bug where MatConsoleCtl would not run if there were [spaces in the path](https://github.com/diffplug/matconsolectl/issues/15) to the MatConsoleCtl jar.
8+
59
### Version 4.4.2 - July 5th 2015 ([javadoc](http://diffplug.github.io/matconsolectl/javadoc/4.4.2/), [jcenter](https://bintray.com/diffplug/opensource/matconsolectl/4.4.2/view))
610

711
- Fixed a bug where MatConsoleCtl would not run if there were [spaces in the path](https://github.com/diffplug/matconsolectl/issues/11) to the MatConsoleCtl jar.

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.4.2-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.4.2/)
15+
[![Latest version](https://img.shields.io/badge/latest-4.4.3-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.4.3/)
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.5.0--SNAPSHOT-brightgreen.svg)](CHANGES.md)
19+
[![Changelog](https://img.shields.io/badge/changelog-4.4.3-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.4.2';
59+
version = '4.4.3';
6060
tempdir = 'matconsolectl_demo';
6161
6262
% make a directory to copy the jar into
@@ -72,7 +72,7 @@ javaaddpath([pwd '\' tempdir]);
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.4.2.jar` at a console.
75+
You can also run the demo outside of MATLAB by downloading the jar, then running `java -jar matconsolectl-4.4.3.jar` at a console.
7676

7777
## Compatibility
7878

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
stable=4.4.2
2-
version=4.5.0-SNAPSHOT
1+
stable=4.4.3
2+
version=4.4.3
33
name=matconsolectl
44
group=com.diffplug.matsim
55
description=MatConsoleCtl - control MATLAB from Java

0 commit comments

Comments
 (0)