Skip to content

Commit

Permalink
update version number to 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff committed Jan 2, 2025
1 parent c5fb1d8 commit 543470c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ endif()

project(
JASP
VERSION 0.19.2.0 # <major>[.<minor>[.<patch>[.<tweak>]]]
VERSION 0.19.3.0 # <major>[.<minor>[.<patch>[.<tweak>]]]
LANGUAGES CXX C
HOMEPAGE_URL "http://jasp-stats.org/"
DESCRIPTION "A fresh way to do statistics")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/}
}
Expand Down

0 comments on commit 543470c

Please sign in to comment.