1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-12 17:46:26 +02:00

bump to 3.0.4

This commit is contained in:
Kushagra Gour
2018-04-11 10:18:56 +05:30
parent f4ee03fe10
commit f60b99d0c6
5 changed files with 46 additions and 44 deletions

View File

@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "3.0.3",
"version": "3.0.4",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
@ -23,12 +23,7 @@
"type": "git",
"url": "git+https://github.com/chinchang/web-maker.git"
},
"keywords": [
"frontend",
"playground",
"web",
"editor"
],
"keywords": ["frontend", "playground", "web", "editor"],
"author": "Kushagra Gour",
"license": "MIT",
"bugs": {

View File

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

View File

@ -1,10 +1,13 @@
<!DOCTYPE html>
<html>
<head><title>Settings - Web Maker</title>
<head>
<title>Settings - Web Maker</title>
<style>
body {
font-size: 16px;
}
.btn {
background: #ff8c00;
color: white;
@ -17,28 +20,32 @@
margin: 5px 0;
font-size: inherit;
}
.status {
color: green;
margin-bottom: 10px;
}
label {
display: block;
margin: 10px 0;
}
</style>
</head>
<body>
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
v3.0.3</span></h3>
<h3>Settings
<span style="opacity: 0.6;font-size:0.7em;">
v3.0.4</span>
</h3>
<form name="optionsForm">
<label>
<input type="checkbox" name="preserveLastCode">
Preserve last written code
<input type="checkbox" name="preserveLastCode"> Preserve last written code
</label>
<label>
<input type="checkbox" name="replaceNewTab">
Replace new tab page
<input type="checkbox" name="replaceNewTab"> Replace new tab page
</label>
<div id="js-status" class="status">&nbsp;</div>
@ -47,4 +54,5 @@
<script src="options.js"></script>
</body>
</html>

View File

@ -6,7 +6,7 @@
<h1>
<div class="web-maker-with-tag">Web Maker</div>
<small style="font-size:14px;"> v3.0.3</small>
<small style="font-size:14px;"> v3.0.4</small>
</h1>
<div>
@ -18,8 +18,7 @@
<p>Tweet out your feature requests, comments & suggestions to
<a target="_blank" href="https://twitter.com/webmakerApp">@webmakerApp</a>.</p>
<p>Like this extension? Please
<a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
target="_blank">rate it here</a>.</p>
<a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank">rate it here</a>.</p>
<p>
<a aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
class="btn btn-icon">

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.0.3';
var version = '3.0.4';
if (window.DEBUG) {
window.scope = scope;