Skip to content

Commit 424c324

Browse files
committed
Build 1.3.2
1 parent 5bdf75c commit 424c324

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/Autolinker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Autolinker.js
3-
* 1.3.1
3+
* 1.3.2
44
*
55
* Copyright(c) 2016 Gregory Jacobs <[email protected]>
66
* MIT License
@@ -240,7 +240,7 @@ Autolinker.parse = function( textOrHtml, options ) {
240240
*
241241
* Ex: 0.25.1
242242
*/
243-
Autolinker.version = '1.3.1';
243+
Autolinker.version = '1.3.2';
244244

245245

246246
Autolinker.prototype = {

dist/Autolinker.min.js

Lines changed: 2 additions & 2 deletions
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
@@ -1,6 +1,6 @@
11
{
22
"name": "autolinker",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML",
55
"main": "dist/Autolinker.js",
66
"files": [

0 commit comments

Comments
 (0)