Correct the version in AC internals

This commit is contained in:
smartfrigde 2022-05-23 16:08:26 +02:00
parent cdfdbc5e2a
commit e3b891e636

View file

@ -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();