Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Jun 23, 2018
1 parent c460c46 commit 665f635
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 159 deletions.
4 changes: 2 additions & 2 deletions indieweb-post-kinds.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Post Kinds
* Plugin URI: https://wordpress.org/plugins/indieweb-post-kinds/
* Description: Ever want to reply to someone else's post with a post on your own site? Or to "like" someone else's post, but with your own site?
* Version: 3.0.8
* Version: 3.0.9
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: indieweb-post-kinds
Expand All @@ -24,7 +24,7 @@
add_action( 'init', array( 'Post_Kinds_Plugin', 'init' ) );

class Post_Kinds_Plugin {
public static $version = '3.0.8';
public static $version = '3.0.9';
public static function init() {
// Add Kind Taxonomy.
require_once plugin_dir_path( __FILE__ ) . 'includes/class-kind-taxonomy.php';
Expand Down
Loading

0 comments on commit 665f635

Please sign in to comment.