diff --git a/acf-json-field.php b/acf-json-field.php index 3bd1c4c..6b27124 100644 --- a/acf-json-field.php +++ b/acf-json-field.php @@ -5,7 +5,7 @@ * Description: A custom ACF field type for manipulating JSON data * Text Domain: acf-json-field * Author: Misaki F. - * Version: 1.0.0 + * Version: 1.0.1 */ namespace AcfJsonField; @@ -18,7 +18,7 @@ # @title Constants ################################################################################ -define('ACF_JSON_FIELD_VERSION', '1.0.0'); +define('ACF_JSON_FIELD_VERSION', '1.0.1'); ################################################################################ # @title Inclusions