From 339abba4c48a88a790505e0b5b8289bbc027c3a4 Mon Sep 17 00:00:00 2001 From: Semjon Wilke <1882648+SemjonWilke@users.noreply.github.com> Date: Sat, 11 Feb 2023 18:40:56 +0100 Subject: [PATCH] update FishyQR version --- fishy/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishy/constants.py b/fishy/constants.py index 8e4cf22..df6d93e 100644 --- a/fishy/constants.py +++ b/fishy/constants.py @@ -5,7 +5,7 @@ chalutier = ("Chalutier", "https://www.esoui.com/downloads/dl2934/Chalutier_1.1. # addons used lam2 = ("LibAddonMenu-2.0", "https://cdn.esoui.com/downloads/file7/LibAddonMenu-2.0r34.zip", 34) -fishyqr = ("FishyQR", "https://github.com/fishyboteso/FishyQR/releases/download/v1.4/FishyQR.zip", 140) +fishyqr = ("FishyQR", "https://github.com/fishyboteso/FishyQR/releases/download/v1.5/FishyQR.zip", 150) libgps = ("LibGPS", "https://cdn.esoui.com/downloads/file601/LibGPS_3_2_0.zip", 32) libmapping = ("LibMapPing", "https://cdn.esoui.com/downloads/file1302/LibMapPing_2_0_0.zip", 200) libdl = ("LibDebugLogger", "https://cdn.esoui.com/downloads/file2275/LibDebugLogger_2_4_1.zip", 241)