From 1e9f38474bfdf7fe2c59e5666c8dee29b7690302 Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Sun, 18 Dec 2022 09:37:35 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 0c18fb0b5c1a..22820e8575ff 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -61638,7 +61638,7 @@ if (B.JSString_methods.startsWith$1(url, "https://invoicing.co")) secret = ""; t1 = type$.legacy_String; - headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-VERSION", "5.0.103", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1); + headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-VERSION", "5.0.104", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1); if (token.length !== 0) headers.$indexSet(0, "X-API-Token", token); if ((idToken == null ? "" : idToken).length !== 0) @@ -61661,9 +61661,9 @@ else if (serverVersion == null) throw A.wrapException("Error: please check that Invoice Ninja v5 is installed on the server"); else { - t2 = A.Version__compare(A.Version_parse("5.0.103"), A.Version_parse(minClientVersion)); + t2 = A.Version__compare(A.Version_parse("5.0.104"), A.Version_parse(minClientVersion)); if (t2 < 0) - throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.103 < Minimum v" + A.S(minClientVersion) + "]"); + throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.104 < Minimum v" + A.S(minClientVersion) + "]"); else { t2 = A.Version__compare(A.Version_parse(serverVersion), A.Version_parse("5.0.4")); if (t2 < 0) @@ -363744,7 +363744,7 @@ version = "v" + (t1 == null ? "" : t1); if (version.length !== 0) version += "-"; - return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.103".split("."))); + return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.104".split("."))); }, get$historyList() { var _this = this,