Skip to content

Commit 617da37

Browse files
committed
bump to 2.9.0
1 parent 392b8ce commit 617da37

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h3>Configure Atomizer settings. <a href="https://github.com/acss-io/atomizer#ap
279279

280280
<div class="modal" id="helpModal">
281281
<div class="modal__content">
282-
<h1>Web Maker<small style="font-size:14px;"> v2.8.1</small></h1>
282+
<h1>Web Maker<small style="font-size:14px;"> v2.9.0</small></h1>
283283
<div>
284284
<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>
285285
<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.8.1",
3+
"version": "2.9.0",
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.8.1</span></h3>
32+
v2.9.0</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.8.1';
16+
var version = '2.9.0';
1717

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

0 commit comments

Comments
 (0)