From 51105eb1d35b9a17f45a08b6806bbb034ff09edd Mon Sep 17 00:00:00 2001 From: slbillups Date: Thu, 17 Aug 2023 16:14:57 -0500 Subject: [PATCH] minor up --- manifest.toml | 4 ++-- scripts/_common.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d508d46..223a9db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,9 @@ name = "Ghost" description.en = "Publishing, memberships, subscriptions and newsletters platform" description.fr = "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" -version = "5.44.0~ynh1" +version = "5.59.1" -maintainers = ["Julien Malik"] +maintainers = ["Sean Billups"] [upstream] license = "MIT" diff --git a/scripts/_common.sh b/scripts/_common.sh index 3693f10..702e69f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION=16 +NODEJS_VERSION=18 #================================================= # PERSONAL HELPERS