Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Sep 9, 2023
1 parent f824f59 commit ad8f7bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion omniform.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omniform",
"version": "1.0.2",
"version": "1.0.3",
"license": "GPL-2.0-or-later",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad8f7bf

Please sign in to comment.