mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-19 21:11:13 +02:00
bump to 3.0.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "web-maker",
|
"name": "web-maker",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"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": "2.9.8",
|
"version": "3.0.1",
|
||||||
"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",
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
|
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
|
||||||
v2.9.8</span></h3>
|
v3.0.1</span></h3>
|
||||||
<form name="optionsForm">
|
<form name="optionsForm">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="preserveLastCode">
|
<input type="checkbox" name="preserveLastCode">
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<h1>Whats new?</h1>
|
<h1>Whats new?</h1>
|
||||||
|
|
||||||
<div class="notification">
|
<div class="notification">
|
||||||
<span class="notification__version">3.0.0</span>
|
<span class="notification__version">3.0.1</span>
|
||||||
<ul>
|
<ul>
|
||||||
<li>After months of work, here is Web Maker 3.0. <a href="https://medium.com/web-maker/web-maker-3-0-is-here-f158a40eeaee" target="_blank">Read the blog post about it</a>.</li>
|
<li>After months of work, here is Web Maker 3.0. <a href="https://medium.com/web-maker/web-maker-3-0-is-here-f158a40eeaee" target="_blank">Read the blog post about it</a>.</li>
|
||||||
<li>Web Maker is no more just a Chrome extension, it is also available as web app that runs offline just like the extension! Checkout it out -> <a href="https://webmakerapp.com/app/" target="_blank">https://webmakerapp.com/app/</a>.</li>
|
<li>Web Maker is no more just a Chrome extension, it is also available as web app that runs offline just like the extension! Checkout it out -> <a href="https://webmakerapp.com/app/" target="_blank">https://webmakerapp.com/app/</a>.</li>
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v3.0.0</small></h1>
|
<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v3.0.1</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>
|
||||||
|
@@ -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.0.0';
|
var version = '3.0.1';
|
||||||
|
|
||||||
if (window.DEBUG) {
|
if (window.DEBUG) {
|
||||||
window.scope = scope;
|
window.scope = scope;
|
||||||
|
Reference in New Issue
Block a user