From 9891626a0563d5b5a03758ccb2d162da80e4aa5a Mon Sep 17 00:00:00 2001 From: blade Date: Wed, 20 Sep 2017 22:29:21 -0500 Subject: [PATCH] 2.0.0 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b2d34e4..6094b70 100644 --- a/bower.json +++ b/bower.json @@ -20,5 +20,5 @@ "examples", "test" ], - "version": "1.0.1" + "version": "2.0.0" } diff --git a/package.json b/package.json index dd98d0d..99decdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-link-attributes", - "version": "1.0.0", + "version": "2.0.0", "description": "A markdown-it plugin to configure the attributes for links", "main": "index.js", "scripts": {