Skip to content

Commit 782c3b7

Browse files
committed
bump to 2.9.4
1 parent e473d8f commit 782c3b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-maker",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "A blazing fast & offline web playground",
55
"main": "index.html",
66
"devDependencies": {

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h3>Configure Atomizer settings. <a href="https://github.com/acss-io/atomizer#ap
293293
<use xlink:href="#cross-icon"></use>
294294
</svg>
295295
</a>
296-
<h1>Web Maker<small style="font-size:14px;"> v2.9.3</small></h1>
296+
<h1>Web Maker<small style="font-size:14px;"> v2.9.4</small></h1>
297297
<div>
298298
<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>
299299
<p>Tweet out your feature requests, comments & suggestions to <a target="_blank" href="https://twitter.com/webmakerApp">@webmakerApp</a>.</p>

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Web Maker",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"manifest_version": 2,
55
"description": "Blazing fast & offline playground for your web experiments",
66
"homepage_url": "https://webmakerapp.com",

src/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</head>
3030
<body>
3131
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
32-
v2.9.3</span></h3>
32+
v2.9.4</span></h3>
3333
<form name="optionsForm">
3434
<label>
3535
<input type="checkbox" name="preserveLastCode">

src/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ globalConsoleContainerEl
1313
(function(alertsService) {
1414
/* eslint-enable no-extra-semi */
1515
var scope = scope || {};
16-
var version = '2.9.3';
16+
var version = '2.9.4';
1717

1818
if (window.DEBUG) {
1919
window.scope = scope;

0 commit comments

Comments
 (0)