diff --git a/functions.php b/functions.php index 56227f8..a6db23e 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,7 @@ } define( 'CRDM_BASIC_APP_PATH', realpath( get_stylesheet_directory() ) . DIRECTORY_SEPARATOR ); -define( 'CRDM_BASIC_APP_VERSION', '0.2' ); +define( 'CRDM_BASIC_APP_VERSION', '0.2.1' ); define( 'CRDM_BASIC_TEMPLATE_URL', trailingslashit( get_stylesheet_directory_uri() ) ); define( 'CRDM_BASIC_PARENT_TEMPLATE_PATH', realpath( get_template_directory() ) . DIRECTORY_SEPARATOR ); define( 'CRDM_BASIC_PARENT_TEMPLATE_URL', trailingslashit( get_template_directory_uri() ) );