Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RadLikeWhoa committed Nov 6, 2014
1 parent f385e6c commit 627e37a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Countable.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* counting on an HTML element.
*
* @author Sacha Schmid (<https://github.com/RadLikeWhoa>)
* @version 2.0.2
* @version 2.1.0
* @license MIT
* @see <http://radlikewhoa.github.io/Countable/>
*/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Countable",
"description": "Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.",
"version": "2.0.2",
"version": "2.1.0",
"main": "Countable.js",
"ignore": [
"test",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Countable",
"description": "Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.",
"version": "2.0.2",
"version": "2.1.0",
"main": "Countable.js",
"scripts": [
"Countable.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "countable",
"description": "Countable is a JavaScript library to add live paragraph-, word- and character-counting to an HTML element.",
"author": "Sacha Schmid <https://twitter.com/sachaschmid>",
"version": "2.0.2",
"version": "2.1.0",
"main": "Countable.js",
"keywords": [
"paragraphs",
Expand Down

0 comments on commit 627e37a

Please sign in to comment.