This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 7d8e568b3e4d87fd4e855283797a72e7308c811f Author: Daniel Gruno <[email protected]> AuthorDate: Wed Nov 17 21:21:35 2021 +0100 regen JS --- webui/js/ponymail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js index b06cc3c..738224a 100644 --- a/webui/js/ponymail.js +++ b/webui/js/ponymail.js @@ -16,7 +16,7 @@ */ // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT source/*.js!! -const PONYMAIL_REVISION = "fa5e39b"; +const PONYMAIL_REVISION = "35b7658"; @@ -1690,7 +1690,7 @@ function showCalendarPicker(parent, seedDate) { Fetched from source/init.js ******************************************/ -const PONYMAIL_VERSION = "1.0.1-Foal"; // Current version of Pony Mail +const PONYMAIL_VERSION = "1.0.1"; // Current version of Pony Mail Foal let apiURL = ''; // external API URL. Usually left blank.
