From 543470c4d5328cd3595e9823e3f271d807f82bda Mon Sep 17 00:00:00 2001 From: Rens Dofferhoff Date: Thu, 2 Jan 2025 10:42:45 +0100 Subject: [PATCH] update version number to 0.19.3 --- CITATION.cff | 2 +- CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 95e203efc7..b8a242b98b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,6 +3,6 @@ message: "If you use this software, please cite it as below." authors: - family-names: "JASP Team" title: "JASP" -version: 0.19.2 +version: 0.19.3 date-released: 2024-01-10 url: "https://jasp-stats.org/" diff --git a/CMakeLists.txt b/CMakeLists.txt index 342fc22628..5e68789c2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ endif() project( JASP - VERSION 0.19.2.0 # [.[.[.]]] + VERSION 0.19.3.0 # [.[.[.]]] LANGUAGES CXX C HOMEPAGE_URL "http://jasp-stats.org/" DESCRIPTION "A fresh way to do statistics") diff --git a/README.md b/README.md index c7b7a9fa1a..a55ced8760 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ One of the best ways that you can support the JASP project is by citing it (give @MISC{JASP2024, AUTHOR = {{JASP Team}}, - TITLE = {{JASP (Version 0.19.2)[Computer software]}}, + TITLE = {{JASP (Version 0.19.3)[Computer software]}}, YEAR = {2024}, URL = {https://jasp-stats.org/} }