diff --git a/includes/class-portfolio-post-type.php b/includes/class-portfolio-post-type.php index 0921ad2..7ddd9cf 100644 --- a/includes/class-portfolio-post-type.php +++ b/includes/class-portfolio-post-type.php @@ -23,7 +23,7 @@ class Portfolio_Post_Type { * * @var string VERSION Plugin version. */ - const VERSION = '0.9.0'; + const VERSION = '0.9.1'; /** * Unique identifier for your plugin. diff --git a/portfolio-post-type.php b/portfolio-post-type.php index e83b93a..b879ab0 100644 --- a/portfolio-post-type.php +++ b/portfolio-post-type.php @@ -12,7 +12,7 @@ * Plugin Name: Portfolio Post Type * Plugin URI: http://wptheming.com/portfolio-post-type/ * Description: Enables a portfolio post type and taxonomies. - * Version: 0.9.0 + * Version: 0.9.1 * Author: Devin Price * Author URI: http://www.wptheming.com/ * Text Domain: portfolioposttype diff --git a/readme.txt b/readme.txt index 101db7b..0ea5669 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: downstairsdev, garyj Tags: portfolio, post type Requires at least: 3.7 Tested up to: 4.0 -Stable tag: 0.9.0 +Stable tag: 0.9.1 License: GPLv2 or later == Description ==