Skip to content

Commit

Permalink
0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMatsonPagely committed May 26, 2021
1 parent 94730d6 commit 2b8b0e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@pagely/really-rich-results",
"name": "pagely/really-rich-results",
"description": "WordPress plugin to handle JSON-LD schema markup",
"type": "wordpress-plugin",
"license": "GPL3",
Expand Down
6 changes: 3 additions & 3 deletions really-rich-results.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* Main plugin file for bootstrapping Really Rich Results.
*
* @link https://github.com/pagely/really-rich-results
* @since 0.1.0
* @since 0.1.2
* @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.1
* Version: 0.1.2
* Author: JeffMatson, joshuastrebel, Pagely
* Author URI: https://pagely.com
* License: GPL-3.0+
Expand All @@ -24,7 +24,7 @@
die;
}

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

Expand Down

0 comments on commit 2b8b0e6

Please sign in to comment.