Skip to content

Commit 09e73f2

Browse files
authored
Merge pull request #41 from timiwahalahti/master
bump version to 1.2.1 because w.org repo fix
2 parents 00a5711 + 7554b3c commit 09e73f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-libre-form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin name: WP Libre Form
44
* Plugin URI: https://github.com/anttiviljami/wp-libre-form
55
* Description: A minimal HTML form builder for WordPress; made for developers
6-
* Version: 1.2
6+
* Version: 1.2.1
77
* Author: @anttiviljami
88
* Author URI: https://github.com/anttiviljami/
99
* License: GPLv3
@@ -31,7 +31,7 @@
3131

3232
if ( ! class_exists( 'WP_Libre_Form' ) ) :
3333

34-
define( 'WPLF_VERSION', '1.2' );
34+
define( 'WPLF_VERSION', '1.2.1' );
3535

3636
class WP_Libre_Form {
3737
public static $instance;

0 commit comments

Comments
 (0)