Skip to content

Commit

Permalink
bump to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jun 26, 2017
1 parent da291eb commit c7ef641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h3>CSS</h3>

<div class="modal" id="helpModal">
<div class="modal__content">
<h1>Web Maker<small style="font-size:14px;"> v2.7.1</small></h1>
<h1>Web Maker<small style="font-size:14px;"> v2.7.2</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.7.1",
"version": "2.7.2",
"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/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl, fontStyleTag, fontStyl

/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '2.7.1';
var version = '2.7.2';

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

0 comments on commit c7ef641

Please sign in to comment.