Skip to content

Commit 385bdc8

Browse files
authored
Update version number (#261)
* bumped version number * Updated missed version number
1 parent e2858c2 commit 385bdc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "weForms",
33
"author": "BoldGrid",
4-
"version": "1.6.26",
4+
"version": "1.6.27",
55
"license": "GPL-2.0",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: form builder, contact form, forms, form creator, custom form
44
Requires at least: 5.0
55
Requires PHP: 7.2.5
66
Tested up to: 6.9
7-
Stable tag: 1.6.26
7+
Stable tag: 1.6.27
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

weforms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://weformspro.com/
66
* Author: weForms
77
* Author URI: https://weformspro.com/
8-
* Version: 1.6.26
8+
* Version: 1.6.27
99
* License: GPL2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: weforms
@@ -55,7 +55,7 @@ final class WeForms {
5555
*
5656
* @var string
5757
*/
58-
public $version = '1.6.26';
58+
public $version = '1.6.27';
5959

6060
/**
6161
* Form field value seperator

0 commit comments

Comments
 (0)