Skip to content

Commit 8d413b9

Browse files
committed
Release 1.3.0
1 parent 34dd852 commit 8d413b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Matrices in *JAMU* are internally backed by 1-dimensional Java arrays in column-
3030
<dependency>
3131
<groupId>net.sourceforge.streamsupport</groupId>
3232
<artifactId>jamu</artifactId>
33-
<version>1.2.1</version>
33+
<version>1.3.0</version>
3434
</dependency>
3535
```
3636

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.sourceforge.streamsupport</groupId>
55
<artifactId>jamu</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<name>JAMU</name>
99
<description>Java Matrix Utilities built on top of Intel MKL</description>
1010
<url>https://github.com/stefan-zobel/JAMU/</url>

0 commit comments

Comments
 (0)