From 8621e2514ab0e3988bae141e860f6bd2db5c1168 Mon Sep 17 00:00:00 2001 From: budparr Date: Sun, 27 Oct 2019 17:55:44 -0400 Subject: [PATCH] Catch up version number This file had been previously untouched since 1.0. Using the version from the repo. Ref #227 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 138b2ba..ceb265d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gohugo-default-theme", - "version": "1.0.0", + "version": "2.5.4", "description": "Base Theme to start Hugo Sites", "main": "index.js", "repository": {