From 786d1b1cd11f0b7e7bb0ab6f03a965ddf9668f0e Mon Sep 17 00:00:00 2001 From: Gregory Jacobs Date: Sat, 15 Nov 2014 14:54:19 -0500 Subject: [PATCH] Up version to 0.12.5 --- dist/Autolinker.js | 2 +- dist/Autolinker.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/Autolinker.js b/dist/Autolinker.js index 47e5a30a..fb934f77 100644 --- a/dist/Autolinker.js +++ b/dist/Autolinker.js @@ -16,7 +16,7 @@ /*! * Autolinker.js - * 0.12.4 + * 0.12.5 * * Copyright(c) 2014 Gregory Jacobs * MIT Licensed. http://www.opensource.org/licenses/mit-license.php diff --git a/dist/Autolinker.min.js b/dist/Autolinker.min.js index 5ae4a9fc..57b3ed91 100644 --- a/dist/Autolinker.min.js +++ b/dist/Autolinker.min.js @@ -1,6 +1,6 @@ /*! * Autolinker.js - * 0.12.4 + * 0.12.5 * * Copyright(c) 2014 Gregory Jacobs * MIT Licensed. http://www.opensource.org/licenses/mit-license.php diff --git a/package.json b/package.json index c31a518f..3b0ef020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autolinker", - "version": "0.12.4", + "version": "0.12.5", "description": "Utility to automatically link the URLs, email addresses, and Twitter handles in a given block of text/HTML", "main": "dist/Autolinker.js", "directories": {