Skip to content

Commit b00c91d

Browse files
author
nfrasser
committed
Release v1.1.6
1 parent 20e1c55 commit b00c91d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "jQuery-linkify",
3-
"version": "1.1.5",
4-
"homepage": "https://github.com/HitSend/jQuery-linkify/",
3+
"version": "1.1.6",
4+
"homepage": "https://github.com/SoapBox/jQuery-linkify/",
55
"authors": [
6-
"SoapBox Innovations, Inc. <dev@hitsend.ca>"
6+
"SoapBox Innovations, Inc. <dev@soapboxhq.com>"
77
],
88
"description": "Find URLs in plain text and return HTML for discovered links.",
9-
"main": "src/jquery.linkify.js",
9+
"main": "dist/jquery.linkify.js",
1010
"keywords": [
1111
"jquery",
1212
"plugin",

dist/jquery.linkify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Linkify - v1.1.5
2+
* Linkify - v1.1.6
33
* Find URLs in plain text and return HTML for discovered links.
44
* https://github.com/HitSend/jQuery-linkify/
55
*

dist/jquery.linkify.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "http://github.com/HitSend/jQuery-linkify.git"
99
},
1010
"homepage": "https://github.com/HitSend/jQuery-linkify/",
11-
"version": "1.1.5",
11+
"version": "1.1.6",
1212
"license": "MIT",
1313
"devDependencies": {
1414
"grunt": "0.4.x",

0 commit comments

Comments
 (0)