Skip to content

Commit 41182dd

Browse files
committed
Version 0.4.0
- Multiple counter classes support - Contributor updates
1 parent 8dabc10 commit 41182dd

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,5 @@ init : function(el){} // Callback: function(element
154154
- [benr77](https://github.com/benr77) - bower support
155155
- [SammyB](https://github.com/SammyB) - countdown starting count fix
156156
- [eprincen2](https://github.com/eprincen2) - jQuery Validate compatibility fix
157-
- [Hexodus](https://github.com/Hexodus) - minunder/maxunder events
157+
- [Hexodus](https://github.com/Hexodus) - minunder/maxunder events
158+
- [juliovedovatto](https://github.com/juliovedovatto) / [alvaro-canepa](https://github.com/alvaro-canepa) - multiple classes support for counter container

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-text-counter",
3-
"version": "0.3.6",
3+
"version": "0.4.0",
44
"main": "textcounter.js",
55
"license": "MIT",
66
"ignore": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"minimum",
1212
"maximum"
1313
],
14-
"version": "0.3.6",
14+
"version": "0.4.0",
1515
"author": {
1616
"name": "ractoon",
1717
"url": "http://www.ractoon.com"

textcounter.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"minimum",
1010
"maximum"
1111
],
12-
"version": "0.3.6",
12+
"version": "0.4.0",
1313
"author": {
1414
"name": "ractoon",
1515
"url": "http://www.ractoon.com"

textcounter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Text Counter Plugin v0.3.6
2+
* jQuery Text Counter Plugin v0.4.0
33
* https://github.com/ractoon/jQuery-Text-Counter
44
*
55
* Copyright 2014 ractoon

textcounter.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)