Skip to content

Commit e25487b

Browse files
Changed version to 0.42
1 parent 174f998 commit e25487b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EJML is in Maven central repository and can easily be added to Gradle, Maven, an
4747
```
4848
<groupId>org.ejml</groupId>
4949
<artifactId>ejml-all</artifactId>
50-
<version>0.41.1</version>
50+
<version>0.42</version>
5151
```
5252

5353
This will add the entire library. Alternatively, you can include the required modules individually:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
apply plugin: 'com.peterabeles.gversion'
3131

3232
group = 'org.ejml'
33-
version = '0.42-SNAPSHOT'
33+
version = '0.42'
3434

3535
project.ext.commons_io_version = '2.11.0'
3636
project.ext.lombok_version = '1.18.24'

change.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Change log for EJML
22

33
Date format: year/month/day
44

5-
----- Version 0.41.2
6-
20XX
5+
----- Version 0.42
6+
2023/02/10
77

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

0 commit comments

Comments
 (0)