Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hube2 authored Apr 28, 2017
1 parent 9851562 commit c5e3e06
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: 1.4.0
Version: 1.4.1
Author: John A. Huebner II
Author URI: https://github.com/Hube2/
Text-domain: acf-counter
Expand All @@ -20,7 +20,7 @@

class acf_input_counter {

private $version = '1.4.0';
private $version = '1.4.1';

public function __construct() {
add_action('plugins_loaded', array($this, 'acf_counter_load_plugin_textdomain'));
Expand Down

0 comments on commit c5e3e06

Please sign in to comment.