diff --git a/embed.php b/embed.php
index 944ef145c155322ba0a5d176bd894495f2238de1..1a59d6f31ac498cf70bd3a6484c6055f5642c102 100644
--- a/embed.php
+++ b/embed.php
@@ -1,11 +1,11 @@
 <?php
 /*
-* Plugin Name: Ai - Add oembed provider and embed short
+* Plugin Name: A/I - Add oembed provider and embed short
 * Plugin URI:
-* Description: AI -Add Embed
-* Version: 1.3
-* Author: lechuck, lucha
-* Author URI: http://noblogs.org
+* Description: Add oEmbed providers
+* Version: 1.3.0
+* Author: Autistici/Inventati
+* Author URI: https://autistici.org
 **/
 
 function wp_embed_handler_google_maps( $matches, $attr, $url, $rawattr ) {
diff --git a/remove-password-change-notification.php b/remove-password-change-notification.php
index b71d6836ff8c489338cbc5e24d680d76d9dfde76..0fe96fc734c99358bd9ffd1123a75133df6f7eb5 100644
--- a/remove-password-change-notification.php
+++ b/remove-password-change-notification.php
@@ -2,7 +2,7 @@
 /*
   Plugin Name: A/I - Remove password change notification
   Description: Disables email notification of password changes
-  Version: 0.1
+  Version: 0.1.0
   Author: Autistici/Inventati
   Author URI: https://autistici.org
 */
diff --git a/send-smtp-email.php b/send-smtp-email.php
index 31353ea81ad612752c0da13ee702ae990758235c..e67b588019c5672b4f1af7b3be9d4b77d4ddf5b5 100644
--- a/send-smtp-email.php
+++ b/send-smtp-email.php
@@ -5,7 +5,7 @@
  * Description: Sends mail via SMTP instead than PHP mail function
  * Author: Autistici/Inventati
  * Author URI: https://autistici.org
- * Version: 1.0
+ * Version: 1.0.0
  */
  
 // Put your code snippets below this line.