From b00c91d7a9400f089c37a17204b0013cc18be237 Mon Sep 17 00:00:00 2001 From: nfrasser Date: Wed, 14 May 2014 16:31:30 -0400 Subject: [PATCH] Release v1.1.6 --- bower.json | 8 ++++---- dist/jquery.linkify.js | 2 +- dist/jquery.linkify.min.js | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index caa33c62..3ad0ac25 100644 --- a/bower.json +++ b/bower.json @@ -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. " + "SoapBox Innovations, Inc. " ], "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", diff --git a/dist/jquery.linkify.js b/dist/jquery.linkify.js index ff9d53ef..3032de6a 100644 --- a/dist/jquery.linkify.js +++ b/dist/jquery.linkify.js @@ -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/ * diff --git a/dist/jquery.linkify.min.js b/dist/jquery.linkify.min.js index 28b22a9b..67aca6b6 100644 --- a/dist/jquery.linkify.min.js +++ b/dist/jquery.linkify.min.js @@ -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/ * diff --git a/package.json b/package.json index 25b9f332..0890c42f 100644 --- a/package.json +++ b/package.json @@ -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",