diff --git a/functions.php b/functions.php index eba63fa..7d8b6b9 100644 --- a/functions.php +++ b/functions.php @@ -124,7 +124,7 @@ function comicpress_load_options() { $comicpress_options = get_option('comicpress_options'); if (empty($comicpress_options)) { - $comicpress_options['comicpress_version'] = '2.9.0.10'; + $comicpress_options['comicpress_version'] = '2.9.0.11'; foreach (array( 'cp_theme_layout' => 'standard',