1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-24 07:21:14 +02:00

bump to 3.1.1

This commit is contained in:
Kushagra Gour
2018-04-23 00:42:25 +05:30
parent bb65e8e0e5
commit 77414211f0
6 changed files with 16 additions and 7 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "3.1.0",
"version": "3.1.1",
"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.0</span>
v3.1.1</span>
</h3>
<form name="optionsForm">
<label>

View File

@@ -7,10 +7,10 @@
<h1>Whats new?</h1>
<div class="notification">
<span class="notification__version">3.1.0</span>
<span class="notification__version">3.1.1</span>
<ul>
<li>
<strong>Mobile Support (app only).</strong>: Make the Web Maker app usable on mobile. This is only for web app as Chrome extensions don't run on mobile.
<strong>Bugfix</strong>: Fix the "Run" button not refreshing the preview after release 3.0.4.
</li>
<br>
@@ -35,6 +35,15 @@
</li>
</ul>
</div>
<div class="notification">
<span class="notification__version">3.1.0</span>
<ul>
<li>
<strong>Mobile Support (app only).</strong>: Make the Web Maker app usable on mobile. This is only for web app as Chrome extensions don't run on mobile.
</li>
</ul>
</div>
<div class="notification">
<span class="notification__version">3.0.4</span>
<ul>

View File

@@ -6,7 +6,7 @@
<h1>
<div class="web-maker-with-tag">Web Maker</div>
<small style="font-size:14px;"> v3.1.0</small>
<small style="font-size:14px;"> v3.1.1</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.0';
var version = '3.1.1';
if (window.DEBUG) {
window.scope = scope;