From 3d56a040b514ae1a540ed14f60baafc2abb8a3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:17:43 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5003c6e..580ccd0 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,12 +11,12 @@ nodejs_version=20 # This variable is mostly used to force an upgrade of the package in case of new versions of MyPads. mypads_version=1.7.24 -# Plugin versions -ep_align_version=0.3.94 +# Plugin versions -> https://static.etherpad.org/index.html +ep_align_version=0.3.95 ep_author_hover_version=0.3.55 ep_delete_empty_pads_version=0.0.10 -ep_headings2_version=0.2.62 -ep_font_size_version=0.4.59 +ep_headings2_version=0.2.63 +ep_font_size_version=0.4.60 #================================================= # PERSONAL HELPERS