diff --git a/composer.json b/composer.json index d980840b7..180627f8e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "wp-papi/papi", "type": "wordpress-plugin", "license": "MIT", - "description": "Page Type API", + "description": "Page Type API with custom fields", "homepage": "https://wp-papi.github.io", "authors": [ { diff --git a/package.json b/package.json index 73f6cb653..acb63179c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "papi", - "version": "2.2.1", + "version": "2.2.2", "repository": "wp-papi/papi", - "description": "Papi has a different approach on how to work with fields and page types in WordPress.", + "description": "Page Type API with custom fields", "author": "Fredrik Forsmo ", "license": "MIT", "devDependencies": { diff --git a/papi-loader.php b/papi-loader.php index cd9132315..8e4af12a6 100644 --- a/papi-loader.php +++ b/papi-loader.php @@ -2,10 +2,10 @@ /** * Plugin Name: Papi - * Description: Page Type API + * Description: Page Type API with custom fields * Author: Fredrik Forsmo * Author URI: http://forsmo.me - * Version: 2.2.1 + * Version: 2.2.2 * Plugin URI: https://wp-papi.github.io * Textdomain: papi */