Skip to content

Commit

Permalink
update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ichord committed Dec 10, 2014
1 parent c734563 commit 4e7cc46
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### v0.2.1

* f66a1eb - can get offset at the benginning of a line
* 4885ddd - fix wrong position of textarea

### v0.2.0

* 12119d2 - calculating in iframe's coordinate
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Caret.js",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/jquery.caret.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "Caret.js",
"repo": "ichord/Caret.js",
"description": "Add Github like mentions autocomplete to your application.",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [
"At.js",
"caret",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.caret.min.js

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.caret",
"version": "0.2.0",
"version": "0.2.1",
"description": "Get caret position and offset from inputor",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 4e7cc46

Please sign in to comment.