From d2c4f60fe360b4b292bc479c6349f6efd40f4ba8 Mon Sep 17 00:00:00 2001 From: Ignatius Aditya Setyadi Date: Wed, 8 Jun 2022 11:00:35 +0700 Subject: [PATCH] [Official] - Release 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08f0b6e..8024d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "form-gear", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5dab6ef..c140748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "form-gear", - "version": "1.0.0", + "version": "1.0.1", "description": "FormGear is a framework engine for dynamic form creation and complex form processing and validation for data collection.", "info": "It is easy to use and efficiently handle nested inquiries to capture everything down to the last detail. Unlike other similar framework, validation is handled in a FALSE condition in which each field is validated against a test equation. This leads to a more efficient and effective way to validate each component.", "homepage": "https://solid-form-gear.vercel.app/",