From 8dced62bdf9281e679c358e993871a8805f98edd Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 4 Jun 2019 21:23:25 -0400 Subject: [PATCH] Metro is also compatible with phpMyAdmin 4.9, mark it as such Signed-off-by: Isaac Bennetch --- metro/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metro/theme.json b/metro/theme.json index 0b8460147..8d9de723d 100644 --- a/metro/theme.json +++ b/metro/theme.json @@ -1,9 +1,9 @@ { "name": "Metro", - "version": "2.8", + "version": "2.8.1", "description": "Windows 8 / Metro Theme for phpMyAdmin", "author": "phpMyAdmin developers and hplhu", "url": "https://www.phpmyadmin.net/", - "supports": ["4.8"] + "supports": ["4.8","4.9"] }