Thanks! Tomorrow I’m going to review a past issue that we had with the platform that required the smart app version to be updated despite not having any code changes.
If you are still willing to tinker with the code… please try, without making any changes to the actual code, just changing the version number on that previous version. For example, you might change the four smart apps from version = function() { return 'v0.3.10e.20190628'; };
to today’s date version = function() { return 'v0.3.10e.20190826'; };
followed by save and publish – I am curious whether the change is related to code in the new version or to the platform caching based on the old version number.