diff --git a/includes/classic/classic.php b/includes/classic/classic.php index 4abbfde..d644d33 100644 --- a/includes/classic/classic.php +++ b/includes/classic/classic.php @@ -49,9 +49,9 @@ protected static function config() { protected static function theme() { return array( 'name' => 'Commons In A Box', - 'version' => '1.6.0-beta1', + 'version' => '1.6.0', 'directory_name' => 'cbox-theme', - 'download_url' => 'http://github.com/cuny-academic-commons/cbox-theme/archive/1.6.0-beta1.zip', + 'download_url' => 'http://github.com/cuny-academic-commons/cbox-theme/archive/1.6.0.zip', 'admin_settings' => 'themes.php?page=infinity-theme', 'screenshot_url' => cbox()->plugin_url( 'admin/images/screenshot_cbox_theme.png' ), );