mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-09 11:14:56 +02:00
bump to 3.2.0
This commit is contained in:
parent
dd78c2f688
commit
690ba7d2f5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "web-maker",
|
"name": "web-maker",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"description": "A blazing fast & offline web playground",
|
"description": "A blazing fast & offline web playground",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Web Maker",
|
"name": "Web Maker",
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Blazing fast & offline playground for your web experiments",
|
"description": "Blazing fast & offline playground for your web experiments",
|
||||||
"homepage_url": "https://webmakerapp.com",
|
"homepage_url": "https://webmakerapp.com",
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h3>Settings
|
<h3>Settings
|
||||||
<span style="opacity: 0.6;font-size:0.7em;">
|
<span style="opacity: 0.6;font-size:0.7em;">
|
||||||
v3.1.1</span>
|
v3.2.0</span>
|
||||||
</h3>
|
</h3>
|
||||||
<form name="optionsForm">
|
<form name="optionsForm">
|
||||||
<label>
|
<label>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
<div class="web-maker-with-tag">Web Maker</div>
|
<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>
|
</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -14,7 +14,7 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn, askTo
|
|||||||
(function(alertsService, itemService) {
|
(function(alertsService, itemService) {
|
||||||
/* eslint-enable no-extra-semi */
|
/* eslint-enable no-extra-semi */
|
||||||
var scope = scope || {};
|
var scope = scope || {};
|
||||||
var version = '3.1.1';
|
var version = '3.2.0';
|
||||||
|
|
||||||
if (window.DEBUG) {
|
if (window.DEBUG) {
|
||||||
window.scope = scope;
|
window.scope = scope;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user