Skip to content

Commit

Permalink
Tagging v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Kuosmanen committed May 7, 2017
1 parent 667a048 commit ac9d497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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, Lead, Collector, HTML, Builder
Donate link: https://github.com/anttiviljami
Requires at least: 4.2
Tested up to: 4.7.4
Stable tag: 1.3.1
Stable tag: 1.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions wp-libre-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin name: WP Libre Form
* Plugin URI: https://github.com/anttiviljami/wp-libre-form
* Description: A minimal HTML form builder for WordPress; made for developers
* Version: 1.3.1
* Version: 1.4
* Author: @anttiviljami
* Author URI: https://github.com/anttiviljami/
* License: GPLv3
Expand Down Expand Up @@ -31,7 +31,7 @@

if ( ! class_exists( 'WP_Libre_Form' ) ) :

define( 'WPLF_VERSION', '1.3.1' );
define( 'WPLF_VERSION', '1.4' );

class WP_Libre_Form {
public static $instance;
Expand Down

0 comments on commit ac9d497

Please sign in to comment.