Skip to content

Commit

Permalink
Set version to 1.5.1-a-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark authored and sclark3-godaddy committed Mar 29, 2024
1 parent bf6c347 commit a6aeb5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pods-gravity-forms",
"version": "1.5.0",
"version": "1.5.1-a-1",
"description": "PIntegration with Gravity Forms; Provides a UI for mapping a Form's submissions into a Pod.",
"author": "Pods Foundation, Inc",
"homepage": "https://pods.io/",
Expand Down
4 changes: 2 additions & 2 deletions pods-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://pods.io/
Requires Plugins: pods
Description: Integration with Gravity Forms (https://www.gravityforms.com/); Provides a UI for mapping a Form's submissions into a Pod
Version: 1.5.0
Version: 1.5.1-a-1
Author: Pods Framework Team
Author URI: https://pods.io/about/
Text Domain: pods-gravity-forms
Expand All @@ -31,7 +31,7 @@
* @package Pods\Gravity Forms
*/

define( 'PODS_GF_VERSION', '1.5.0' );
define( 'PODS_GF_VERSION', '1.5.1-a-1' );
define( 'PODS_GF_FILE', __FILE__ );
define( 'PODS_GF_DIR', plugin_dir_path( PODS_GF_FILE ) );
define( 'PODS_GF_URL', plugin_dir_url( PODS_GF_FILE ) );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pods, gravity forms, form mapping
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.2
Stable tag: 1.5.0
Stable tag: 1.5.1-a-1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit a6aeb5d

Please sign in to comment.