Cache busting of HTML and or JS file

Hi,

I noticed a couple of times now that after I redeploy to AWS (using MUP) that my customers is not automatically seeing the latest version on his phone or laptop. When I ask him to remove cache it renders fine.
I know Meteor applies hashes to its dependencies so I was wondering why caching might still happen.
I reckon that if the HTML page doesn’t expire, it would still reference to the old cached JS file and it would render the old version of the site.

Can I or should I set an expire on the HTML template. And how? (I assume not meta tags??)