File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Tested up to: 6.5
66Requires PHP: 7.2
77License: GPLv3 or later
88License URI: https://www.gnu.org/licenses/gpl-3.0.html
9- Stable tag: 1.1 .0
9+ Stable tag: 1.2 .0
1010
1111Securely share secrets with a time-limited URL, avoiding passwords in chats or emails.
1212
Original file line number Diff line number Diff line change 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
4141
4242class runthings_secrets_Plugin
4343{
44- const VERSION = '1.1 .0 ' ;
44+ const VERSION = '1.2 .0 ' ;
4545
4646 protected static $ single_instance = null ;
4747
You can’t perform that action at this time.
0 commit comments