mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-21 15:04:01 +02:00
bump to 2.9.8
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web-maker",
|
||||
"version": "2.9.7",
|
||||
"version": "2.9.8",
|
||||
"description": "A blazing fast & offline web playground",
|
||||
"main": "index.html",
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Web Maker",
|
||||
"version": "2.9.7",
|
||||
"version": "2.9.8",
|
||||
"manifest_version": 2,
|
||||
"description": "Blazing fast & offline playground for your web experiments",
|
||||
"homepage_url": "https://webmakerapp.com",
|
||||
|
@ -29,7 +29,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
|
||||
v2.9.7</span></h3>
|
||||
v2.9.8</span></h3>
|
||||
<form name="optionsForm">
|
||||
<label>
|
||||
<input type="checkbox" name="preserveLastCode">
|
||||
|
@ -4,7 +4,7 @@
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
<h1>Web Maker<small style="font-size:14px;"> v2.9.7</small></h1>
|
||||
<h1>Web Maker<small style="font-size:14px;"> v2.9.8</small></h1>
|
||||
|
||||
<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>
|
||||
|
@ -14,7 +14,7 @@ pledgeModal
|
||||
(function(alertsService) {
|
||||
/* eslint-enable no-extra-semi */
|
||||
var scope = scope || {};
|
||||
var version = '2.9.7';
|
||||
var version = '2.9.8';
|
||||
|
||||
if (window.DEBUG) {
|
||||
window.scope = scope;
|
||||
|
Reference in New Issue
Block a user