diff --git a/fieldmanager.php b/fieldmanager.php index f5e4100b5e..4cd937d148 100644 --- a/fieldmanager.php +++ b/fieldmanager.php @@ -3,7 +3,7 @@ * Fieldmanager Base Plugin File. * * @package Fieldmanager - * @version 1.4.1 + * @version 1.5.0 */ /* @@ -11,14 +11,14 @@ Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager Description: Add fields to WordPress programmatically. Author: Alley -Version: 1.4.1 +Version: 1.5.0 Author URI: https://www.alley.co/ */ /** * Current version of Fieldmanager. */ -define( 'FM_VERSION', '1.4.1' ); +define( 'FM_VERSION', '1.5.0' ); /** * Filesystem path to Fieldmanager. diff --git a/package.json b/package.json index 109174c2c8..b5f92d4281 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fieldmanager", "description": "Fieldmanager is a comprehensive toolkit for building forms, metaboxes, and custom admin screens for WordPress.", - "version": "1.4.1", + "version": "1.5.0", "repository": { "type": "git", "url": "https://github.com/alleyinteractive/wordpress-fieldmanager"