Skip to content

Commit

Permalink
1.0.2 Bug fix for weight scheme in non-linear solver.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmingapex committed May 9, 2017
1 parent 48fefce commit 8973240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ To add a dependency on Trilateration using Maven, use the following:
<dependency>
<groupId>com.lemmingapex.trilateration</groupId>
<artifactId>trilateration</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

To add a dependency using Gradle:

```
dependencies {
compile 'com.lemmingapex.trilateration:trilateration:1.0.1'
compile 'com.lemmingapex.trilateration:trilateration:1.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'signing'

group 'com.lemmingapex.trilateration'
//archivesBaseName 'Trilateration'
version '1.0.1'
version '1.0.2'

def remotePublish = false

Expand Down

0 comments on commit 8973240

Please sign in to comment.