Skip to content

Commit 665f635

Browse files
committed
Bump version
1 parent c460c46 commit 665f635

File tree

4 files changed

+167
-159
lines changed

4 files changed

+167
-159
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.0.8
10+
* Version: 3.0.9
1111
* Author: David Shanske
1212
* Author URI: https://david.shanske.com
1313
* Text Domain: indieweb-post-kinds
@@ -24,7 +24,7 @@
2424
add_action( 'init', array( 'Post_Kinds_Plugin', 'init' ) );
2525

2626
class Post_Kinds_Plugin {
27-
public static $version = '3.0.8';
27+
public static $version = '3.0.9';
2828
public static function init() {
2929
// Add Kind Taxonomy.
3030
require_once plugin_dir_path( __FILE__ ) . 'includes/class-kind-taxonomy.php';

0 commit comments

Comments
 (0)