Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMatsonPagely committed Jun 11, 2021
1 parent 4d9d7b2 commit 39200e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions really-rich-results.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Main plugin file for bootstrapping Really Rich Results.
*
* @link https://github.com/pagely/really-rich-results
* @since 0.1.2
* @since 0.1.3
* @package Really_Rich_Results
*
* @wordpress-plugin
* Plugin Name: Really Rich Results
* Plugin URI: https://github.com/pagely/really-rich-results
* Description: Adds JSON-LD output for structured data
* Version: 0.1.2
* Author: JeffMatson, joshuastrebel, Pagely
* Version: 0.1.3
* Author: JeffMatson
* Author URI: https://pagely.com
* License: GPL-3.0+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand All @@ -24,7 +24,7 @@
die;
}

define( 'RRR_VERSION', '0.1.2' );
define( 'RRR_VERSION', '0.1.3' );
define( 'RRR_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
define( 'RRR_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 39200e6

Please sign in to comment.