Skip to content

Commit 949008f

Browse files
committed
bump to 2.9.5
1 parent 989a634 commit 949008f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4",
3+
"version": "2.9.5",
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
@@ -304,7 +304,7 @@ <h3>Configure Atomizer settings. <a href="https://github.com/acss-io/atomizer#ap
304304
<use xlink:href="#cross-icon"></use>
305305
</svg>
306306
</a>
307-
<h1>Web Maker<small style="font-size:14px;"> v2.9.4</small></h1>
307+
<h1>Web Maker<small style="font-size:14px;"> v2.9.5</small></h1>
308308
<div>
309309
<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>
310310
<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.4",
3+
"version": "2.9.5",
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.4</span></h3>
32+
v2.9.5</span></h3>
3333
<form name="optionsForm">
3434
<label>
3535
<input type="checkbox" name="preserveLastCode">

0 commit comments

Comments
 (0)