Skip to content

Commit

Permalink
Changed version to 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Feb 10, 2023
1 parent 174f998 commit e25487b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EJML is in Maven central repository and can easily be added to Gradle, Maven, an
```
<groupId>org.ejml</groupId>
<artifactId>ejml-all</artifactId>
<version>0.41.1</version>
<version>0.42</version>
```

This will add the entire library. Alternatively, you can include the required modules individually:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
apply plugin: 'com.peterabeles.gversion'

group = 'org.ejml'
version = '0.42-SNAPSHOT'
version = '0.42'

project.ext.commons_io_version = '2.11.0'
project.ext.lombok_version = '1.18.24'
Expand Down
4 changes: 2 additions & 2 deletions change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Change log for EJML

Date format: year/month/day

----- Version 0.41.2
20XX
----- Version 0.42
2023/02/10

- MatrixIO
* Fixed Matrix Market save. Thanks Adam Logowski for pointing out the issue
Expand Down

0 comments on commit e25487b

Please sign in to comment.