Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ivar Hatledal committed Sep 9, 2018
1 parent 2b69ff3 commit 84e9bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -88,7 +88,7 @@ To use it, simply add the following to your build.gradle

```gradle
plugins {
id "no.mechatronics.sfi.fmi4j.FmuPlugin" version "0.4.1"
id "no.mechatronics.sfi.fmi4j.FmuPlugin" version "0.4.2"
}
```
Expand All @@ -97,7 +97,7 @@ The plugin will automatically add a dependency to the FMI4j artifact ```fmi-impo

```gradle
fmi4j {
version = "0.9.2"
version = "0.10.0"
configurationName = "compile"
}
```
Expand Down

0 comments on commit 84e9bf3

Please sign in to comment.