Skip to content

Commit

Permalink
build 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HullBend committed Dec 5, 2018
1 parent d813fe3 commit cc791d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Linear Algebra utilities for Java
<dependency>
<groupId>com.github.hullbend</groupId>
<artifactId>cayley</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hullbend</groupId>
<artifactId>cayley</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>com.github.hullbend:cayley</name>
<description>Linear Algebra utilities for Java</description>
<url>https://github.com/HullBend/cayley/</url>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.github.hullbend</groupId>
<artifactId>mt-java</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cc791d5

Please sign in to comment.