From 6e165c75e348eab627f5848e28996c7129ecae89 Mon Sep 17 00:00:00 2001 From: AardCrowley <12467582+AardCrowley@users.noreply.github.com> Date: Mon, 18 Feb 2019 22:28:11 -0500 Subject: [PATCH] Update AardClock2.0_Beta.xml --- AardClock2.0_Beta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AardClock2.0_Beta.xml b/AardClock2.0_Beta.xml index 32504f3..4878d78 100644 --- a/AardClock2.0_Beta.xml +++ b/AardClock2.0_Beta.xml @@ -453,7 +453,7 @@ require 'mw_theme_base' function raw_get(retval, page, status, headers, full_status, request_url) if status == 200 then - raw_version = tonumber(string.match(page, '%s%s+version="([0-9%.]+)"')) + raw_version = tonumber(string.match(page, '%s+version="([0-9%.]+)"')) end if raw_version == PLUGIN_VERSION then