1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-14 06:15:20 +02:00

increase version to beta

This commit is contained in:
Kushagra Gour 2018-01-23 02:24:05 +05:30
parent ea8b47b8db
commit fc92f9045e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
</svg> </svg>
</a> </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> <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> <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>

View File

@ -14,7 +14,7 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn
(function(alertsService, itemService) { (function(alertsService, itemService) {
/* eslint-enable no-extra-semi */ /* eslint-enable no-extra-semi */
var scope = scope || {}; var scope = scope || {};
var version = '2.9.6'; var version = '3.0.0';
if (window.DEBUG) { if (window.DEBUG) {
window.scope = scope; window.scope = scope;