Skip to content

Commit c5e3e06

Browse files
authored
changed version
1 parent 9851562 commit c5e3e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acf-input-counter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: ACF Input Counter
55
Plugin URI: https://github.com/Hube2/acf-input-counter/
66
Description: Show character count for limited text and textarea fields
7-
Version: 1.4.0
7+
Version: 1.4.1
88
Author: John A. Huebner II
99
Author URI: https://github.com/Hube2/
1010
Text-domain: acf-counter
@@ -20,7 +20,7 @@
2020

2121
class acf_input_counter {
2222

23-
private $version = '1.4.0';
23+
private $version = '1.4.1';
2424

2525
public function __construct() {
2626
add_action('plugins_loaded', array($this, 'acf_counter_load_plugin_textdomain'));

0 commit comments

Comments
 (0)