diff --git a/templates/base.html b/templates/base.html
index d7ce2a3..877639e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,7 +3,7 @@
- {% block title %}BTC-OS MINING DASHBOARD v 0.3{% endblock %}
+ {% block title %}BTC-OS MINING DASHBOARD {% endblock %}
diff --git a/templates/blocks.html b/templates/blocks.html
index 172e861..dd25832 100644
--- a/templates/blocks.html
+++ b/templates/blocks.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}BLOCKS - BTC-OS MINING DASHBOARD v 0.3{% endblock %}
+{% block title %}BLOCKS - BTC-OS MINING DASHBOARD {% endblock %}
{% block css %}
diff --git a/templates/dashboard.html b/templates/dashboard.html
index 59b65aa..9fb9830 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}BTC-OS Mining Dashboard v 0.3{% endblock %}
+{% block title %}BTC-OS Mining Dashboard {% endblock %}
{% block css %}
diff --git a/templates/notifications.html b/templates/notifications.html
index 09eef29..3f43535 100644
--- a/templates/notifications.html
+++ b/templates/notifications.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}NOTIFICATIONS - BTC-OS MINING DASHBOARD v 0.3{% endblock %}
+{% block title %}NOTIFICATIONS - BTC-OS MINING DASHBOARD {% endblock %}
{% block css %}
diff --git a/templates/workers.html b/templates/workers.html
index b8406e4..101581a 100644
--- a/templates/workers.html
+++ b/templates/workers.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
-{% block title %}WORKERS - BTC-OS MINING DASHBOARD v 0.3{% endblock %}
+{% block title %}WORKERS - BTC-OS MINING DASHBOARD {% endblock %}
{% block css %}