From 225bbd2d32c18e29e8ab856b3a2ac67ba216b09f Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 20 Oct 2016 17:15:05 -0400 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7419d25..9d873b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "metalsmith-metallic", "description": "A Metalsmith plugin to hightlight code blocks in markdown using highlight.js.", "repository": "git://github.com/weswigham/metalsmith-metallic.git", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "main": "lib/index.js", "scripts": {