From f03b67b24ad51932db0a5c7013fb0deb9ce96de3 Mon Sep 17 00:00:00 2001 From: boutinb Date: Mon, 13 Nov 2023 11:36:54 +0100 Subject: [PATCH] Update version to 0.18.2 --- DESCRIPTION | 2 +- inst/Description.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cae0dde..795271d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: jaspProphet Type: Package Title: Prophet Module (Beta) for JASP -Version: 0.18.1 +Version: 0.18.2 Date: 2022-10-05 Author: JASP Team Website: jasp-stats.org diff --git a/inst/Description.qml b/inst/Description.qml index 2e99b66..8ec44e1 100644 --- a/inst/Description.qml +++ b/inst/Description.qml @@ -6,7 +6,7 @@ Description name : "jaspProphet" title : qsTr("Prophet") description : qsTr("This module offers a simple model for time series prediction.") - version : "0.18.1" + version : "0.18.2" author : "JASP Team" maintainer : "JASP Team " website : "jasp-stats.org"