Skip to content

Commit

Permalink
Build 1.3.4
Browse files Browse the repository at this point in the history
Accidentally pushed a tag named 1.3.3 for the 1.3.1 version, so creating a new version number greater than that
  • Loading branch information
gregjacobs committed Nov 21, 2016
1 parent 424c324 commit de8cc09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/Autolinker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Autolinker.js
* 1.3.2
* 1.3.4
*
* Copyright(c) 2016 Gregory Jacobs <[email protected]>
* MIT License
Expand Down Expand Up @@ -240,7 +240,7 @@ Autolinker.parse = function( textOrHtml, options ) {
*
* Ex: 0.25.1
*/
Autolinker.version = '1.3.2';
Autolinker.version = '1.3.4';


Autolinker.prototype = {
Expand Down
4 changes: 2 additions & 2 deletions dist/Autolinker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autolinker",
"version": "1.3.2",
"version": "1.3.4",
"description": "Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML",
"main": "dist/Autolinker.js",
"files": [
Expand Down

0 comments on commit de8cc09

Please sign in to comment.