diff --git a/functions.php b/functions.php index ef73394..497afe2 100644 --- a/functions.php +++ b/functions.php @@ -4,7 +4,7 @@ class Maera { function __construct() { - define( 'MAERA_VERSION', '1.0-beta1' ); + define( 'MAERA_VER', '1.0.0' ); require_once( locate_template( '/lib/class-Maera_Required_Plugins.php' ) ); diff --git a/style.css b/style.css index d810b43..1797e33 100644 --- a/style.css +++ b/style.css @@ -2,12 +2,13 @@ Theme Name: Maera Theme URI: http://maera.io Description: Advanced WordPress theme based on Bootstrap. -Version: 1.0-beta1 +Version: 1.0.0 Author: aristath, fovoc Author URI: http://wpmu.io License: GPL v2 License License URI: http://www.gnu.org/licenses/gpl.html Tags: dark, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, microformats, rtl-language-support, holiday, seasonal +Text Domain: maera */ .wp-caption {}