diff --git a/includes/Application.php b/includes/Application.php index 7682312..9e49cae 100644 --- a/includes/Application.php +++ b/includes/Application.php @@ -26,7 +26,7 @@ class Application extends Container { * * @var string */ - const VERSION = '1.0.2'; + const VERSION = '1.0.3'; /** * The base path for the plugin. diff --git a/omniform.php b/omniform.php index c456ea2..88f978c 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.2 + * Version: 1.0.3 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: JR Tashjian diff --git a/package-lock.json b/package-lock.json index d8fa45d..e063026 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.2" + "version": "1.0.3" }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", @@ -22503,5 +22503,5 @@ } } }, - "version": "1.0.2" + "version": "1.0.3" } diff --git a/package.json b/package.json index 57d764d..4c1e3a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniform", - "version": "1.0.2", + "version": "1.0.3", "license": "GPL-2.0-or-later", "private": true, "scripts": { diff --git a/readme.txt b/readme.txt index bce2da9..d8300c7 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: contact form, block editor, form builder, forms, email Requires at least: 6.2 Tested up to: 6.3 Requires PHP: 7.4 -Stable tag: 1.0.2 +Stable tag: 1.0.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html