Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Aug 3, 2023
1 parent 8c28fe5 commit 5905a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Beyond that, no attempt has been made to hide or simplify the difficulties of th
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>dedekind-mkl</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>dedekind-mkl</artifactId>
<packaging>jar</packaging>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>dedekind-mkl</name>
<description>Selected BLAS and LAPACK Java bindings for Intel's oneAPI Math Kernel Library (oneMKL)</description>
<url>https://github.com/stefan-zobel/dedekind-MKL/</url>
Expand Down

0 comments on commit 5905a30

Please sign in to comment.