1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

bump to 3.6.0

This commit is contained in:
Kushagra Gour
2018-11-17 00:14:24 +05:30
parent 6ced3e0f5c
commit 08fa1b098c
4 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/* global htmlCodeEl, cssCodeEl, jsCodeEl, runBtn
*/
*/
import { h, Component } from 'preact';
@@ -55,7 +55,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '3.5.1';
const version = '3.6.0';
export default class App extends Component {
constructor() {
@@ -1243,7 +1243,7 @@ export default class App extends Component {
<input
type="hidden"
name="data"
value="{&quot;title&quot;: &quot;New Pen!&quot;, &quot;html&quot;: &quot;<div>Hello, World!</div>&quot;}"
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
/>
</form>
@@ -1364,7 +1364,7 @@ export default class App extends Component {
<input
type="hidden"
name="data"
value="{&quot;title&quot;: &quot;New Pen!&quot;, &quot;html&quot;: &quot;<div>Hello, World!</div>&quot;}"
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
/>
</form>
</div>