Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hube2 committed Sep 26, 2016
1 parent 277ef42 commit 4dac627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acf-input-counter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.0.4
Version: 0.0.5
Author: John A. Huebner II
Author URI: https://github.com/Hube2/
GitHub Plugin URI: https://github.com/Hube2/acf-input-counter/
Expand All @@ -18,7 +18,7 @@

class acf_input_counter {

private $version = '0.0.2';
private $version = '0.0.5';

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

0 comments on commit 4dac627

Please sign in to comment.