Skip to content

Commit

Permalink
bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Mar 22, 2018
1 parent ca668bb commit 0c8ba45
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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": "3.0.0",
"version": "3.0.1",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
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.8",
"version": "3.0.1",
"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.8</span></h3>
v3.0.1</span></h3>
<form name="optionsForm">
<label>
<input type="checkbox" name="preserveLastCode">
Expand Down
2 changes: 1 addition & 1 deletion src/partials/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1>Whats new?</h1>

<div class="notification">
<span class="notification__version">3.0.0</span>
<span class="notification__version">3.0.1</span>
<ul>
<li>After months of work, here is Web Maker 3.0. <a href="https://medium.com/web-maker/web-maker-3-0-is-here-f158a40eeaee" target="_blank">Read the blog post about it</a>.</li>
<li>Web Maker is no more just a Chrome extension, it is also available as web app that runs offline just like the extension! Checkout it out -> <a href="https://webmakerapp.com/app/" target="_blank">https://webmakerapp.com/app/</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/partials/help-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</svg>
</a>

<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v3.0.0</small></h1>
<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v3.0.1</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>
Expand Down
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ loginModal, profileModal, profileAvatarImg, profileUserName, openItemsBtn, askTo
(function(alertsService, itemService) {
/* eslint-enable no-extra-semi */
var scope = scope || {};
var version = '3.0.0';
var version = '3.0.1';

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

0 comments on commit 0c8ba45

Please sign in to comment.