diff --git a/CITATION.cff b/CITATION.cff index bcfe6bfe6..dffdf2779 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,9 +5,9 @@ message: "If you use this software, please cite it using these metadata." type: misc license: "GPL-3.0" title: "Combustion Toolbox: A MATLAB-GUI based open-source tool for solving gaseous combustion problems" -version: 1.0.2 +version: 1.0.3 doi: 10.5281/zenodo.5554911 -date-released: 2023-05-12 +date-released: 2024-01-18 url: "https://combustion-toolbox-website.readthedocs.io" abstract: " diff --git a/CONTENTS.m b/CONTENTS.m index 99f33ee52..8bcd9bc37 100644 --- a/CONTENTS.m +++ b/CONTENTS.m @@ -1,5 +1,5 @@ % ------------------------------------------------------------------------- -% COMBUSTION TOOLBOX @v1.0.1 +% COMBUSTION TOOLBOX @v1.0.3 % A MATLAB-GUI based open-source tool for solving gaseous combustion problems % % Type of problems: @@ -38,13 +38,13 @@ % Citing: % Cuadra, A., Huete, C., & Vera, M. (2023). Combustion Toolbox: A % MATLAB-GUI based open-source tool for solving gaseous combustion -% problems. (v1.0.1). Zenodo. https://doi.org/10.5281/zenodo.5554911. +% problems. (v1.0.3). Zenodo. https://doi.org/10.5281/zenodo.5554911. % % @author: Alberto Cuadra Lara % PhD Candidate - Group Fluid Mechanics % Universidad Carlos III de Madrid % -% Last update Apr 13 2023 +% Last update Jan 18 2024 % ------------------------------------------------------------------------- help CONTENTS.m diff --git a/README.md b/README.md index 2fe73927b..3ff3517a4 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ See also the list of [contributors](https://github.com/AlbertoCuadra/combustion_ author = "Cuadra, A and Huete, C and Vera, M", title = "Combustion Toolbox: A MATLAB-GUI based open-source tool for solving gaseous combustion problems", year = 2023, - note = "Version 1.0.2", + note = "Version 1.0.3", doi = {https://doi.org/10.5281/zenodo.5554911} } ```