Skip to content

Commit 1316b99

Browse files
authored
Merge pull request #40 from ractoon/trevorloflin-trevorloflin-feature/count-display-limits
Version 0.8.0
2 parents 953eafd + 84d4a06 commit 1316b99

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-text-counter",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"main": "textcounter.js",
55
"license": "MIT",
66
"ignore": [

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"minimum",
1212
"maximum"
1313
],
14-
"version": "0.7.0",
14+
"version": "0.8.0",
1515
"author": {
1616
"name": "ractoon",
17-
"url": "http://www.ractoon.com"
17+
"url": "https://www.ractoon.com"
1818
},
1919
"licenses": [
2020
{

textcounter.jquery.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"minimum",
1010
"maximum"
1111
],
12-
"version": "0.7.0",
12+
"version": "0.8.0",
1313
"author": {
1414
"name": "ractoon",
15-
"url": "http://www.ractoon.com"
15+
"url": "https://www.ractoon.com"
1616
},
1717
"licenses": [
1818
{

textcounter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Text Counter Plugin v0.7.0
2+
* jQuery Text Counter Plugin v0.8.0
33
* https://github.com/ractoon/jQuery-Text-Counter
44
*
55
* Copyright 2014 ractoon

textcounter.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)