From 32784a7a1901584ec0a68e7cca41e0ae3333e28f Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 4 Feb 2021 23:21:54 +0100 Subject: [PATCH] updated version history --- HISTORY.md | 1 + snap.html | 2 +- src/cloud.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7f6692f5..8807df61 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,7 @@ * lists, threads: changed query semantics for table selectors in ITEM OF to rows, columns, planes, etc. * pushed dev version number * lists: tweaked query() +* cloud: trimmed usernames, thanks, Michael ### 2021-02-03 * new dev version diff --git a/snap.html b/snap.html index abc251bd..244cdf38 100755 --- a/snap.html +++ b/snap.html @@ -22,7 +22,7 @@ - + diff --git a/src/cloud.js b/src/cloud.js index feb82411..3b308160 100755 --- a/src/cloud.js +++ b/src/cloud.js @@ -34,7 +34,7 @@ /*global modules, hex_sha512*/ modules = modules || {}; -modules.cloud = '2020-October-21'; +modules.cloud = '2021-February-04'; // Global stuff