From e25487be305098db1094180f0ba20fda6b365e30 Mon Sep 17 00:00:00 2001 From: Peter Abeles Date: Fri, 10 Feb 2023 07:47:09 -0800 Subject: [PATCH] Changed version to 0.42 --- README.md | 2 +- build.gradle | 2 +- change.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 171bd3b6..19f4d10f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ EJML is in Maven central repository and can easily be added to Gradle, Maven, an ``` org.ejml ejml-all -0.41.1 +0.42 ``` This will add the entire library. Alternatively, you can include the required modules individually: diff --git a/build.gradle b/build.gradle index d7a58858..c001e32c 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/change.txt b/change.txt index 18ea6347..0179b43c 100644 --- a/change.txt +++ b/change.txt @@ -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