From 72e03c5ac54551cf053cdf4ca79e239eb439425b Mon Sep 17 00:00:00 2001 From: Arnaud lewis Date: Thu, 17 Nov 2016 17:19:01 +0100 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cdb70b2..905b0f53 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "prismic.io developers", "license": "Apache 2.0", "name": "prismic-cli", - "version": "2.1.0", + "version": "3.0.0", "description": "Command line to bootstrap prismic projects.", "scripts": { "build": "babel ./lib/ -d ./bin/",