Skip to content

Commit

Permalink
Release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed May 14, 2014
1 parent 20e1c55 commit b00c91d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "jQuery-linkify",
"version": "1.1.5",
"homepage": "https://github.com/HitSend/jQuery-linkify/",
"version": "1.1.6",
"homepage": "https://github.com/SoapBox/jQuery-linkify/",
"authors": [
"SoapBox Innovations, Inc. <dev@hitsend.ca>"
"SoapBox Innovations, Inc. <dev@soapboxhq.com>"
],
"description": "Find URLs in plain text and return HTML for discovered links.",
"main": "src/jquery.linkify.js",
"main": "dist/jquery.linkify.js",
"keywords": [
"jquery",
"plugin",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.linkify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Linkify - v1.1.5
* Linkify - v1.1.6
* Find URLs in plain text and return HTML for discovered links.
* https://github.com/HitSend/jQuery-linkify/
*
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.linkify.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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "http://github.com/HitSend/jQuery-linkify.git"
},
"homepage": "https://github.com/HitSend/jQuery-linkify/",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"devDependencies": {
"grunt": "0.4.x",
Expand Down

0 comments on commit b00c91d

Please sign in to comment.