From b6c387a1e444dc78c6af252cbd0f8aacb111ef3f Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Sat, 10 Oct 2020 12:43:55 +0200 Subject: [PATCH] Version bump --- LICENSE.md | 2 +- MatFileHandler/MatFileHandler.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 9d49079..3996297 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright 2017 Alexander Luzgarev +Copyright 2017-2020 Alexander Luzgarev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/MatFileHandler/MatFileHandler.csproj b/MatFileHandler/MatFileHandler.csproj index cd4f102..548eca9 100755 --- a/MatFileHandler/MatFileHandler.csproj +++ b/MatFileHandler/MatFileHandler.csproj @@ -1,12 +1,12 @@  netstandard2.0;net461;net472 - 1.3.0-beta4 + 1.3.0 MatFileHandler A library for reading and writing MATLAB .mat files. Alexander Luzgarev MatFileHandler provides a simple interface for reading and writing MATLAB .mat files (of so-called "Level 5") and extracting the contents of numerical arrays, logical arrays, sparse arrays, char arrays, cell arrays and structure arrays. - Copyright 2017-2018 Alexander Luzgarev + Copyright 2017-2020 Alexander Luzgarev LICENSE.md https://github.com/mahalex/MatFileHandler First release.