From 4212946b05d3083a94a09b1271d4c3b9c6513f8b Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 25 Jan 2018 21:04:03 -0600 Subject: [PATCH] v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5cfaa7..5e1adec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-base-blog", - "version": "2.0.0", + "version": "3.0.0", "description": "A starter repository for a blog web site using the Eleventy static site generator.", "scripts": { "build": "npx eleventy",