Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Sep 17, 2019
1 parent d27bf26 commit 6747df2
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 200 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.3.2
* Version: 3.3.3
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: indieweb-post-kinds
Expand Down Expand Up @@ -50,7 +50,7 @@ function ( $class ) {
add_action( 'init', array( 'Post_Kinds_Plugin', 'init' ) );

class Post_Kinds_Plugin {
public static $version = '3.3.2';
public static $version = '3.3.3';
public static function init() {
// Add Kind Taxonomy.
Kind_Taxonomy::init();
Expand Down
Loading

0 comments on commit 6747df2

Please sign in to comment.