···1// Change this value to break out of any caching that might be happening
2// for the runtime scripts (ex: main.js & postHelper.js)
3-export const CURRENT_SCRIPT_VERSION: string = "1.4.6";
45export const getAppScriptStr = (scriptName: string) => `/js/${scriptName}.min.js?v=${CURRENT_SCRIPT_VERSION}`;
6
···1// Change this value to break out of any caching that might be happening
2// for the runtime scripts (ex: main.js & postHelper.js)
3+export const CURRENT_SCRIPT_VERSION: string = "1.4.7";
45export const getAppScriptStr = (scriptName: string) => `/js/${scriptName}.min.js?v=${CURRENT_SCRIPT_VERSION}`;
6