File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ <h3>Configure Atomizer settings. <a href="https://github.com/acss-io/atomizer#ap
279
279
280
280
< div class ="modal " id ="helpModal ">
281
281
< 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 >
283
283
< div >
284
284
< 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 >
285
285
< p > Tweet out your feature requests, comments & suggestions to < a target ="_blank " href ="https://twitter.com/webmakerApp "> @webmakerApp</ a > .</ p >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Web Maker" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.9.0 " ,
4
4
"manifest_version" : 2 ,
5
5
"description" : " Blazing fast & offline playground for your web experiments" ,
6
6
"homepage_url" : " https://webmakerapp.com" ,
Original file line number Diff line number Diff line change 29
29
</ head >
30
30
< body >
31
31
< h3 > Settings < span style ="opacity: 0.6;font-size:0.7em; ">
32
- v2.8.1 </ span > </ h3 >
32
+ v2.9.0 </ span > </ h3 >
33
33
< form name ="optionsForm ">
34
34
< label >
35
35
< input type ="checkbox " name ="preserveLastCode ">
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ globalConsoleContainerEl
13
13
( function ( alertsService ) {
14
14
/* eslint-enable no-extra-semi */
15
15
var scope = scope || { } ;
16
- var version = '2.8.1 ' ;
16
+ var version = '2.9.0 ' ;
17
17
18
18
if ( window . DEBUG ) {
19
19
window . scope = scope ;
You can’t perform that action at this time.
0 commit comments