Skip to content

Commit bc1e95a

Browse files
committed
Version bump
1 parent 4003af9 commit bc1e95a

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

Countable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* counting on an HTML element.
44
*
55
* @author Sacha Schmid (<https://github.com/RadLikeWhoa>)
6-
* @version 2.1.0
6+
* @version 2.1.1
77
* @license MIT
88
* @see <http://radlikewhoa.github.io/Countable/>
99
*/
@@ -36,6 +36,7 @@
3636
* event instead.
3737
* more info: http://www.matts411.com/post/internet-explorer-9-oninput/
3838
*/
39+
3940
if (navigator.userAgent.match(/MSIE 9.0/)) {
4041
_event = 'keyup'
4142
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Countable",
33
"description": "Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"main": "Countable.js",
66
"ignore": [
77
"test",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Countable",
33
"description": "Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"main": "Countable.js",
66
"scripts": [
77
"Countable.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "countable",
33
"description": "Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.",
44
"author": "Sacha Schmid <https://twitter.com/sachaschmid>",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"main": "Countable.js",
77
"keywords": [
88
"paragraphs",

0 commit comments

Comments
 (0)