diff --git a/README.md b/README.md index 5a1f992..0989cc8 100644 --- a/README.md +++ b/README.md @@ -159,4 +159,4 @@ init : function(el){} // Callback: function(element - [juliovedovatto](https://github.com/juliovedovatto) / [alvaro-canepa](https://github.com/alvaro-canepa) - multiple classes support for counter container - [dtipson](https://github.com/dtipson) - multiple classes error fix - [jmichalicek](https://github.com/jmichalicek) - count carriage returns/newlines as 2 characters -- [diptopol](https://github.com/diptopol) - `stopInputAtMaximum` with `twoCharCarriageReturn` count fix, trimmed newline calculation fix \ No newline at end of file +- [diptopol](https://github.com/diptopol) - `stopInputAtMaximum` with `twoCharCarriageReturn` count fix, trimmed newline calculation fix, maximum text reached condition fix \ No newline at end of file diff --git a/bower.json b/bower.json index c864d56..b917ce3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-text-counter", - "version": "0.6.3", + "version": "0.6.4", "main": "textcounter.js", "license": "MIT", "ignore": [ diff --git a/package.json b/package.json index 99d1aad..066e8bc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "minimum", "maximum" ], - "version": "0.6.3", + "version": "0.6.4", "author": { "name": "ractoon", "url": "http://www.ractoon.com" diff --git a/textcounter.jquery.json b/textcounter.jquery.json index e5ea545..0010d17 100644 --- a/textcounter.jquery.json +++ b/textcounter.jquery.json @@ -9,7 +9,7 @@ "minimum", "maximum" ], - "version": "0.6.3", + "version": "0.6.4", "author": { "name": "ractoon", "url": "http://www.ractoon.com" diff --git a/textcounter.js b/textcounter.js index 56f0a52..4f524cb 100644 --- a/textcounter.js +++ b/textcounter.js @@ -1,5 +1,5 @@ /*! -* jQuery Text Counter Plugin v0.6.3 +* jQuery Text Counter Plugin v0.6.4 * https://github.com/ractoon/jQuery-Text-Counter * * Copyright 2014 ractoon diff --git a/textcounter.min.js b/textcounter.min.js index b800a43..1e17646 100644 --- a/textcounter.min.js +++ b/textcounter.min.js @@ -1,5 +1,5 @@ /*! -* jQuery Text Counter Plugin v0.6.3 +* jQuery Text Counter Plugin v0.6.4 * https://github.com/ractoon/jQuery-Text-Counter * * Copyright 2014 ractoon