diff --git a/CHANGES.md b/CHANGES.md index 12a57d9..cca9700 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## 1.10.1 (5/2/19) +* Fixed: Aspect ratio vertical height issue. + ## 1.10.0 (5/2/19) * Added: Logo and Shrink/Mobile logo sizing/spacing settings. * Added: Setting to define when the mobile menu should display. diff --git a/mai-theme-engine.php b/mai-theme-engine.php index ec697b9..f54f018 100644 --- a/mai-theme-engine.php +++ b/mai-theme-engine.php @@ -5,7 +5,7 @@ * Plugin URI: https://maitheme.com/ * Description: The Mai Theme Engine plugin * - * Version: 1.10.0 + * Version: 1.10.1 * * GitHub URI: maithemewp/mai-theme-engine * @@ -89,7 +89,7 @@ public function __wakeup() { private function setup_constants() { // Plugin version. - define( 'MAI_THEME_ENGINE_VERSION', '1.10.0' ); + define( 'MAI_THEME_ENGINE_VERSION', '1.10.1' ); // DB version. define( 'MAI_THEME_ENGINE_DB_VERSION', '1400' );