From 32ade9630f704816653c6b704b198ddc48068c0b Mon Sep 17 00:00:00 2001 From: Parvez Akkas Date: Tue, 1 Sep 2020 09:51:45 -0400 Subject: [PATCH] Bump version for release 1.0.0 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 35364c3..6eae467 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docusaurus-snapshot-version", "descriotion": "A workaround to do snapshot type versioning in Docusaurus 1.x.x", - "version": "0.0.1", + "version": "1.0.0", "scripts": { "test": "mocha test/*" }, @@ -25,3 +25,4 @@ }, "license": "GPL-3.0" } +