From 52fa8cf638380b8fb96d447a55fde938cf360503 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Fri, 7 May 2021 09:55:52 +0300 Subject: [PATCH] Last minor release since we had a new feature added to the main branch --- application-passwords.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-passwords.php b/application-passwords.php index 70a7d75..25a5f9b 100644 --- a/application-passwords.php +++ b/application-passwords.php @@ -4,11 +4,11 @@ * Plugin URI: https://github.com/WordPress/application-passwords * Description: Creates unique passwords for applications to authenticate users without revealing their main passwords. * Author: George Stephanis - * Version: 0.1.2 + * Version: 0.1.3 * Author URI: https://github.com/georgestephanis */ -define( 'APPLICATION_PASSWORDS_VERSION', '0.1.2' ); +define( 'APPLICATION_PASSWORDS_VERSION', '0.1.3' ); /** * Include the application passwords system.