Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Updating version number for release.
  • Loading branch information
mathetos authored Oct 13, 2021
1 parent 3609831 commit c84c3db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions give-receipt-attachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Plugin Name: Receipt Attachments for GiveWP
* Plugin URI: https://go.givewp.com/wprog-receipt-attachments
* Description: Add downloadable files to your Give Email Receipts and/or Confirmation Page.
* Version: 1.1.2
* Author: GiveWP
* Version: 1.1.3
* Author: GiveWP
* Author URI: https://givewp.com/
* License: GNU General Public License v3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Expand Down Expand Up @@ -34,7 +34,7 @@

// Defines Add-on Version number for easy reference
if ( ! defined( 'GIVERA_VERSION' ) ) {
define( 'GIVERA_VERSION', '1.1.2' );
define( 'GIVERA_VERSION', '1.1.3' );
}

// Checks if GIVE is active and minimum version.
Expand Down

0 comments on commit c84c3db

Please sign in to comment.