diff --git a/composer.json b/composer.json index c5e27a8..d4a45cc 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/really-rich-results.php b/really-rich-results.php index f96d6a8..c3e5a96 100644 --- a/really-rich-results.php +++ b/really-rich-results.php @@ -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+ @@ -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__ ) );