From 4ef1e1c47c509ea8ca1f194fcfb9ce816c01f29e Mon Sep 17 00:00:00 2001 From: Yury German Date: Sun, 28 Apr 2019 18:30:29 -0400 Subject: Updating the themes Updated themes. The followng themes updated: Mantra - 3.0.5 => 3.1.0, Twenty Fifteen 2.2 => 2.4 Twenty Fourteen 2.4 => 2.6, Twenty Sixteen 1.7 => 1.9 Signed-off-by: Yury German --- themes/mantra/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/mantra/functions.php') diff --git a/themes/mantra/functions.php b/themes/mantra/functions.php index 903c40e7..ff875ae0 100644 --- a/themes/mantra/functions.php +++ b/themes/mantra/functions.php @@ -9,7 +9,7 @@ // theme specifics define ('_CRYOUT_THEME_NAME','mantra'); -define ('_CRYOUT_THEME_VERSION','3.0.5'); +define ('_CRYOUT_THEME_VERSION','3.1.0'); require_once(get_template_directory() . "/admin/main.php"); // Load necessary admin files -- cgit v1.2.3-65-gdbad