Skip to content

Commit 8c1a34b

Browse files
committed
chore(release): deploy v1.2.0
1 parent 5e8fd06 commit 8c1a34b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tested up to: 6.5
66
Requires PHP: 7.2
77
License: GPLv3 or later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
9-
Stable tag: 1.1.0
9+
Stable tag: 1.2.0
1010

1111
Securely share secrets with a time-limited URL, avoiding passwords in chats or emails.
1212

runthings-secrets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://runthings.dev/wordpress-plugins/secrets/
66
* Repository URI: https://github.com/runthings-dev/Secrets-WordPress
77
* Description: Share secrets securely
8-
* Version: 1.1.0
8+
* Version: 1.2.0
99
* Author: Matthew Harris, runthings.dev
1010
* Author URI: https://runthings.dev/
1111
* License: GPLv3 or later
@@ -41,7 +41,7 @@
4141

4242
class runthings_secrets_Plugin
4343
{
44-
const VERSION = '1.1.0';
44+
const VERSION = '1.2.0';
4545

4646
protected static $single_instance = null;
4747

0 commit comments

Comments
 (0)