From 581295f3c5c736838bbc9b36c50f756d24e2d1b6 Mon Sep 17 00:00:00 2001 From: Scotty Jamison Date: Fri, 26 May 2023 20:11:07 -0600 Subject: [PATCH] Update version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6ac219..b1d46b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moat-maker", - "version": "1.0.0", + "version": "1.0.1", "description": "Validate your runtime data with easy to pick up, TypeScript-inspired syntax.", "author": "Scotty Jamison", "type": "module",