From 4c6b5c226da41a686811fd386e77c4c25bf768f3 Mon Sep 17 00:00:00 2001 From: Braad Date: Tue, 15 Sep 2015 11:36:38 -0700 Subject: [PATCH] Bump version number to 2.2.0 --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 82f3e4f..2861c54 100644 --- a/functions.php +++ b/functions.php @@ -49,7 +49,7 @@ function trestle_theme_setup() { // Child theme definitions (do not remove). define( 'TRESTLE_THEME_NAME', 'Trestle' ); define( 'TRESTLE_THEME_URL', 'http://demo.mightyminnow.com/theme/trestle/' ); - define( 'TRESTLE_THEME_VERSION', '2.1.0' ); + define( 'TRESTLE_THEME_VERSION', '2.2.0' ); define( 'TRESTLE_SETTINGS_FIELD', 'trestle-settings' ); // Setup default theme settings. diff --git a/style.css b/style.css index 23ea96d..0b4411a 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Description: Trestle is a Genesis child theme for developers based on the default Genesis 2.0 Sample Theme. It features mobile first CSS, helpful theme options, and lots more tools to support your development process. Author: MIGHTYminnow Author URI: http://www.mightyminnow.com/ - Version: 2.1.0 + Version: 2.2.0 Tags: black, gray, red, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, genesis, mobile-first, responsive, clean Text Domain: trestle GitHub Theme URI: MIGHTYminnow/trestle