From 2d8a94fa470cb6191880ac4f0909aa5d04ea200d Mon Sep 17 00:00:00 2001 From: boutinb Date: Mon, 13 Nov 2023 11:30:32 +0100 Subject: [PATCH] Update version to 0.18.2 --- CITATION.cff | 4 ++-- CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e2b6ff8959..8559c60989 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.18.1 -date-released: 2023-07-04 +version: 0.18.2 +date-released: 2023-11-24 url: "https://jasp-stats.org/" diff --git a/CMakeLists.txt b/CMakeLists.txt index aa6326f3e1..0c9fabe48a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ endif() project( JASP - VERSION 0.18.1.0 # [.[.[.]]] + VERSION 0.18.2.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 80ead64d97..5f77255932 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{JASP2023, AUTHOR = {{JASP Team}}, - TITLE = {{JASP (Version 0.18.1)[Computer software]}}, + TITLE = {{JASP (Version 0.18.2)[Computer software]}}, YEAR = {2023}, URL = {https://jasp-stats.org/} }