Skip to content

Commit

Permalink
corrected whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hube2 committed Oct 8, 2016
1 parent 1953744 commit 2b29ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: 1.1.0
Version: 1.1.1
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 = '1.1.0';
private $version = '1.1.1';

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

?>
?>

0 comments on commit 2b29ba0

Please sign in to comment.