Skip to content

Commit

Permalink
bump to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Nov 9, 2017
1 parent e473d8f commit 782c3b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "2.9.3",
"version": "2.9.4",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h3>Configure Atomizer settings. <a href="https://github.com/acss-io/atomizer#ap
<use xlink:href="#cross-icon"></use>
</svg>
</a>
<h1>Web Maker<small style="font-size:14px;"> v2.9.3</small></h1>
<h1>Web Maker<small style="font-size:14px;"> v2.9.4</small></h1>
<div>
<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>
<p>Tweet out your feature requests, comments & suggestions to <a target="_blank" href="https://twitter.com/webmakerApp">@webmakerApp</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "2.9.3",
"version": "2.9.4",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmakerapp.com",
Expand Down
2 changes: 1 addition & 1 deletion src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</head>
<body>
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
v2.9.3</span></h3>
v2.9.4</span></h3>
<form name="optionsForm">
<label>
<input type="checkbox" name="preserveLastCode">
Expand Down
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ globalConsoleContainerEl
(function(alertsService) {
/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '2.9.3';
var version = '2.9.4';

if (window.DEBUG) {
window.scope = scope;
Expand Down

0 comments on commit 782c3b7

Please sign in to comment.