Skip to content

Commit 04d5fb7

Browse files
committed
Version bump 1.4.1
1 parent 158cd10 commit 04d5fb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fieldmanager.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
* Fieldmanager Base Plugin File.
44
*
55
* @package Fieldmanager
6-
* @version 1.4.0
6+
* @version 1.4.1
77
*/
88

99
/*
1010
Plugin Name: Fieldmanager
1111
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
1212
Description: Add fields to WordPress programmatically.
1313
Author: Alley
14-
Version: 1.4.0
14+
Version: 1.4.1
1515
Author URI: https://www.alley.co/
1616
*/
1717

1818
/**
1919
* Current version of Fieldmanager.
2020
*/
21-
define( 'FM_VERSION', '1.4.0' );
21+
define( 'FM_VERSION', '1.4.1' );
2222

2323
/**
2424
* Filesystem path to Fieldmanager.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fieldmanager",
33
"description": "Fieldmanager is a comprehensive toolkit for building forms, metaboxes, and custom admin screens for WordPress.",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/alleyinteractive/wordpress-fieldmanager"

0 commit comments

Comments
 (0)