diff --git a/src/utils.ts b/src/utils.ts index e331a96..77c0951 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -52,7 +52,7 @@ export function setup() { export function getVersion() { //to-do better way of doing this - return "3.1.0"; + return "3.0.6"; } export async function injectJS(inject: string) { const js = await (await fetch(`${inject}`)).text();