Skip to content

Commit 6747df2

Browse files
committed
Bump version
1 parent d27bf26 commit 6747df2

File tree

4 files changed

+208
-200
lines changed

4 files changed

+208
-200
lines changed

indieweb-post-kinds.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: Post Kinds
88
* Plugin URI: https://wordpress.org/plugins/indieweb-post-kinds/
99
* 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?
10-
* Version: 3.3.2
10+
* Version: 3.3.3
1111
* Author: David Shanske
1212
* Author URI: https://david.shanske.com
1313
* Text Domain: indieweb-post-kinds
@@ -50,7 +50,7 @@ function ( $class ) {
5050
add_action( 'init', array( 'Post_Kinds_Plugin', 'init' ) );
5151

5252
class Post_Kinds_Plugin {
53-
public static $version = '3.3.2';
53+
public static $version = '3.3.3';
5454
public static function init() {
5555
// Add Kind Taxonomy.
5656
Kind_Taxonomy::init();

0 commit comments

Comments
 (0)