From c56090ed70efcbd39043fc00a644f464ca0efdd2 Mon Sep 17 00:00:00 2001 From: Rob McGuinness Date: Fri, 18 Nov 2016 23:17:15 -0500 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c44ad24..0d7eba9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitbook-plugin-prism", "description": "Prism highlighting for gitbook", "main": "index.js", - "version": "1.1.0", + "version": "2.0.0", "scripts": { "lint": "eslint index.js test.js", "test": "npm run lint && tape test.js"