Skip to content

Commit 4dac627

Browse files
committed
updated version
1 parent 277ef42 commit 4dac627

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: 0.0.4
7+
Version: 0.0.5
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 = '0.0.2';
21+
private $version = '0.0.5';
2222

2323
public function __construct() {
2424
add_action('acf/render_field/type=text', array($this, 'render_field'), 20, 1);

0 commit comments

Comments
 (0)