Skip to content

Commit 2b29ba0

Browse files
committed
corrected whitespace error
1 parent 1953744 commit 2b29ba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

acf-input-counter.php

Lines changed: 3 additions & 3 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.1.0
7+
Version: 1.1.1
88
Author: John A. Huebner II
99
Author URI: https://github.com/Hube2/
1010
GitHub Plugin URI: https://github.com/Hube2/acf-input-counter/
@@ -18,7 +18,7 @@
1818

1919
class acf_input_counter {
2020

21-
private $version = '1.1.0';
21+
private $version = '1.1.1';
2222

2323
public function __construct() {
2424
add_action('acf/render_field/type=text', array($this, 'render_field'), 20, 1);
@@ -163,4 +163,4 @@ function show_blunt_plugins_list_meta_box() {
163163
}
164164
} // end if !function_exists
165165

166-
?>
166+
?>

0 commit comments

Comments
 (0)