Skip to content

Commit

Permalink
Version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ractoon committed Apr 19, 2017
1 parent 00852f1 commit 5a2b85d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [diptopol](https://github.com/diptopol) - `stopInputAtMaximum` with `twoCharCarriageReturn` count fix, trimmed newline calculation fix
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-text-counter",
"version": "0.6.2",
"version": "0.6.3",
"main": "textcounter.js",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minimum",
"maximum"
],
"version": "0.6.2",
"version": "0.6.3",
"author": {
"name": "ractoon",
"url": "http://www.ractoon.com"
Expand Down
2 changes: 1 addition & 1 deletion textcounter.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"minimum",
"maximum"
],
"version": "0.6.2",
"version": "0.6.3",
"author": {
"name": "ractoon",
"url": "http://www.ractoon.com"
Expand Down
2 changes: 1 addition & 1 deletion textcounter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Text Counter Plugin v0.6.2
* jQuery Text Counter Plugin v0.6.3
* https://github.com/ractoon/jQuery-Text-Counter
*
* Copyright 2014 ractoon
Expand Down
2 changes: 1 addition & 1 deletion textcounter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a2b85d

Please sign in to comment.