From c5e3e0684968ab26c5edbb3c4a04bb8e0521913c Mon Sep 17 00:00:00 2001 From: "John A. Huebner II" Date: Fri, 28 Apr 2017 07:32:38 -0400 Subject: [PATCH] changed version --- acf-input-counter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acf-input-counter.php b/acf-input-counter.php index bfeb661..8b1a292 100644 --- a/acf-input-counter.php +++ b/acf-input-counter.php @@ -4,7 +4,7 @@ Plugin Name: ACF Input Counter Plugin URI: https://github.com/Hube2/acf-input-counter/ Description: Show character count for limited text and textarea fields - Version: 1.4.0 + Version: 1.4.1 Author: John A. Huebner II Author URI: https://github.com/Hube2/ Text-domain: acf-counter @@ -20,7 +20,7 @@ class acf_input_counter { - private $version = '1.4.0'; + private $version = '1.4.1'; public function __construct() { add_action('plugins_loaded', array($this, 'acf_counter_load_plugin_textdomain'));