diff --git a/inc/plugins/MybbStuff/MyAlerts/templates/js_popup.html b/inc/plugins/MybbStuff/MyAlerts/templates/js_popup.html
index d574a89..3ca4c4b 100644
--- a/inc/plugins/MybbStuff/MyAlerts/templates/js_popup.html
+++ b/inc/plugins/MybbStuff/MyAlerts/templates/js_popup.html
@@ -4,4 +4,4 @@
var myalerts_modal_mark_all_read_confirm = '{$lang->myalerts_modal_mark_all_read_confirm}';
var myAlertsAutoRefreshHdrInt = '{$mybb->settings['myalerts_autorefresh_header_interval']}';
-
+
diff --git a/inc/plugins/myalerts.php b/inc/plugins/myalerts.php
index 2fbf764..9e5538d 100755
--- a/inc/plugins/myalerts.php
+++ b/inc/plugins/myalerts.php
@@ -47,7 +47,7 @@ function myalerts_info()
'website' => 'http://mybbstuff.com/myalerts',
'author' => 'Euan T',
'authorsite' => 'http://euantor.com',
- 'version' => '2.1.0-beta-dev',
+ 'version' => '2.1.0',
'compatibility' => '18*',
'codename' => 'mybbstuff_myalerts',
);