diff --git a/src/partials/help-modal.html b/src/partials/help-modal.html
index 0439b68..61c3f82 100644
--- a/src/partials/help-modal.html
+++ b/src/partials/help-modal.html
@@ -4,7 +4,7 @@
 	</svg>
 </a>
 
-<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v2.9.6</small></h1>
+<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v3.0.0</small></h1>
 
 <div>
 	<p>Made with <span style="margin-right: 8px;">💖</span> & <span style="margin-right: 8px;">🙌</span> by <a href="https://twitter.com/chinchang457" target="_blank">Kushagra Gour</a></p>
diff --git a/src/script.js b/src/script.js
index dc8238b..756cce0 100644
--- a/src/script.js
+++ b/src/script.js
@@ -14,7 +14,7 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn
 (function(alertsService, itemService) {
 	/* eslint-enable no-extra-semi */
 	var scope = scope || {};
-	var version = '2.9.6';
+	var version = '3.0.0';
 
 	if (window.DEBUG) {
 		window.scope = scope;