From 1f3e4bd2056cc5e2a0dd62e308833ad1e498b96c Mon Sep 17 00:00:00 2001 From: AlbertoCuadra Date: Mon, 4 Nov 2024 16:22:01 +0100 Subject: [PATCH] Update: version Former-commit-id: 9e8a9090168a4d70f289f339adf38c61c840ac82 --- +combustiontoolbox/+common/@Constants/Constants.m | 4 +++- CITATION.cff | 2 +- CONTENTS.m | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/+combustiontoolbox/+common/@Constants/Constants.m b/+combustiontoolbox/+common/@Constants/Constants.m index 580827426..c92e72dc6 100644 --- a/+combustiontoolbox/+common/@Constants/Constants.m +++ b/+combustiontoolbox/+common/@Constants/Constants.m @@ -17,7 +17,9 @@ R0 = 8.31446261815324 % Universal gas constant [J/(K mol)] G = 9.80665 % Standard gravity [m/s2] NA = 6.0221415e23 % Avogadro's number [molecule/mol] - release = 'v1.1.1' % Release version + KB = 1.38064852e-23 % Boltzmann constant [J/K] + HBAR = 6.626070041e-34 % Planck constant [J-s] + release = 'v1.1.2' % Release version date = '04 Nov 2024' % Release date end diff --git a/CITATION.cff b/CITATION.cff index c41fdcb3f..130970f9f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ 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.1.1 +version: 1.1.2 doi: 10.5281/zenodo.5554911 date-released: 2024-11-04 url: "https://combustion-toolbox-website.readthedocs.io" diff --git a/CONTENTS.m b/CONTENTS.m index 4ef1f2f5b..e8792f49d 100644 --- a/CONTENTS.m +++ b/CONTENTS.m @@ -39,7 +39,7 @@ % Citing: % Cuadra, A., Huete, C., & Vera, M. (2024). Combustion Toolbox: A % MATLAB-GUI based open-source tool for solving gaseous combustion -% problems. (v1.1.1). Zenodo. https://doi.org/10.5281/zenodo.5554911. +% problems. (v1.1.2). Zenodo. https://doi.org/10.5281/zenodo.5554911. % % @author: Alberto Cuadra Lara % Postdoctoral researcher - Group Fluid Mechanics diff --git a/README.md b/README.md index 89a74caa6..09c32b154 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ See also the list of [contributors](https://github.com/CombustionToolbox/combust 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 = 2024, - note = "Version 1.1.1", + note = "Version 1.1.2", doi = {https://doi.org/10.5281/zenodo.5554911} } ```