1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-08 18:54:49 +02:00

bump to 3.2.0

This commit is contained in:
Kushagra Gour 2018-05-16 23:50:55 +05:30
parent dd78c2f688
commit 690ba7d2f5
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "3.1.1",
"version": "3.2.0",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "3.1.1",
"version": "3.2.0",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmakerapp.com",

View File

@ -37,7 +37,7 @@
<body>
<h3>Settings
<span style="opacity: 0.6;font-size:0.7em;">
v3.1.1</span>
v3.2.0</span>
</h3>
<form name="optionsForm">
<label>

View File

@ -6,7 +6,7 @@
<h1>
<div class="web-maker-with-tag">Web Maker</div>
<small style="font-size:14px;"> v3.1.1</small>
<small style="font-size:14px;"> v3.2.0</small>
</h1>
<div>

View File

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