diff --git a/Aeria/Aeria.php b/Aeria/Aeria.php index f7dfbbf..3f6bffd 100755 --- a/Aeria/Aeria.php +++ b/Aeria/Aeria.php @@ -31,7 +31,7 @@ */ class Aeria extends Container { - const VERSION = '3.2.14'; + const VERSION = '3.2.15'; /** * Constructs the Aeria container. diff --git a/Aeria/Config/Config.php b/Aeria/Config/Config.php index 2d2f518..07b7ffc 100755 --- a/Aeria/Config/Config.php +++ b/Aeria/Config/Config.php @@ -56,7 +56,7 @@ public function __construct() $this->root_paths[] = $stylesheet_dir.'/aeria-config'; } - $this->root_paths[] = WP_PLUGIN_DIR.'/aeria/resources/Config'; + $this->root_paths[] = WP_PLUGIN_DIR.'/aeria/Resources/Config'; $custom_paths = []; $custom_paths = apply_filters('aeria_register_configs', $custom_paths); diff --git a/aeria.php b/aeria.php index 9733054..a2398e6 100755 --- a/aeria.php +++ b/aeria.php @@ -10,7 +10,7 @@ * Plugin Name: Aeria * Plugin URI: https://github.com/caffeinalab/aeria * Description: Aeria is a modular, lightweight, fast WordPress Application development kit. - * Version: 3.2.14 + * Version: 3.2.15 * Author: Caffeina * Author URI: https://caffeina.com * Text Domain: aeria diff --git a/package.json b/package.json index 9463070..990c595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aeria", - "version": "3.2.14", + "version": "3.2.15", "description": "Aeria", "scripts": { "dev": "webpack --watch --mode development",