From bb4932c11e710010eb6ec653a28a3217137614c6 Mon Sep 17 00:00:00 2001 From: ismay Date: Sun, 1 Jan 2017 17:29:13 +0100 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b12d11f..2db8c8b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "name": "metalsmith-in-place", "repository": "git://github.com/superwolff/metalsmith-in-place.git", - "version": "2.0.0-beta.1", + "version": "2.0.0", "scripts": { "prepublish": "babel lib -d dist", "test:eslint": "eslint '{lib,test}/**/*.js'",