Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Wiedebach committed Mar 25, 2019
1 parent 1d031ff commit f5a92ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The test coverage for the package `us.ihmc.ekf.filter`

To use the release of this package add the following to your gradle dependencies:

`compile group: "us.ihmc", name: "ekf", version: "0.2.5"`
`compile group: "us.ihmc", name: "ekf", version: "0.2.6"`

`compile group: "us.ihmc", name: "ekf-test", version: "0.2.5"`
`compile group: "us.ihmc", name: "ekf-test", version: "0.2.6"`

`compile group: "us.ihmc", name: "ekf-visualizers", version: "0.2.5"`
`compile group: "us.ihmc", name: "ekf-visualizers", version: "0.2.6"`

Note, that usually you will only need the main dependency. The others will provide you with tests and some example simulations.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ihmc {
group = "us.ihmc"
version = "0.2.5"
version = "0.2.6"
openSource = true

configureDependencyResolution()
Expand Down

0 comments on commit f5a92ae

Please sign in to comment.