Skip to content

Commit

Permalink
Merge pull request #823 from alleyinteractive/feature/1.4-beta
Browse files Browse the repository at this point in the history
Bump to 1.4 RC 1
  • Loading branch information
dlh01 authored Feb 4, 2022
2 parents ab4d31e + ff9f893 commit 711915f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions fieldmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
* Fieldmanager Base Plugin File.
*
* @package Fieldmanager
* @version 1.4.0-beta1
* @version 1.4.0-RC1
*/

/*
Plugin Name: Fieldmanager
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
Description: Add fields to WordPress programmatically.
Author: Alley
Version: 1.4.0-beta1
Version: 1.4.0-RC1
Author URI: https://www.alley.co/
*/

/**
* Current version of Fieldmanager.
*/
define( 'FM_VERSION', '1.4.0-beta1' );
define( 'FM_VERSION', '1.4.0-RC1' );

/**
* Filesystem path to Fieldmanager.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.0-beta1",
"version": "1.4.0-RC1",
"repository": {
"type": "git",
"url": "https://github.com/alleyinteractive/wordpress-fieldmanager"
Expand Down

0 comments on commit 711915f

Please sign in to comment.