From 5ec0617587212a6f65abdc66cae9c0a11bc660de Mon Sep 17 00:00:00 2001 From: JR Tashjian Date: Wed, 6 Sep 2023 01:02:50 -0400 Subject: [PATCH] 1.0.2 --- includes/Application.php | 2 +- omniform.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/Application.php b/includes/Application.php index bdca83a..e54919f 100644 --- a/includes/Application.php +++ b/includes/Application.php @@ -26,7 +26,7 @@ class Application extends Container { * * @var string */ - const VERSION = '1.0.1'; + const VERSION = '1.0.2'; /** * The base path for the plugin. diff --git a/omniform.php b/omniform.php index 677d3fe..50f8633 100644 --- a/omniform.php +++ b/omniform.php @@ -3,7 +3,7 @@ * Plugin Name: OmniForm * Plugin URI: https://omniform.io * Description: Easily create and manage custom forms with the block editor, customizable fields, and form submission management for your website. - * Version: 1.0.1 + * Version: 1.0.2 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: JR Tashjian diff --git a/package-lock.json b/package-lock.json index d94e195..d8fa45d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@wordpress/stylelint-config": "^21.23.1", "npm-run-all": "^4.1.5" }, - "version": "1.0.1" + "version": "1.0.2" }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", @@ -22503,5 +22503,5 @@ } } }, - "version": "1.0.1" + "version": "1.0.2" } diff --git a/package.json b/package.json index 1bea28d..57d764d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniform", - "version": "1.0.1", + "version": "1.0.2", "license": "GPL-2.0-or-later", "private": true, "scripts": { diff --git a/readme.txt b/readme.txt index 679633e..d4a1827 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: block editor, form, contact, feedback, response, email, spam protection, g Requires at least: 6.2 Tested up to: 6.3 Requires PHP: 7.4 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html