Skip to content

Commit

Permalink
bump to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Mar 24, 2018
1 parent 963dd4e commit af20c8a
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": "3.0.1",
"version": "3.0.3",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
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": "3.0.2",
"version": "3.0.3",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmakerapp.com",
2 changes: 1 addition & 1 deletion src/options.html
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
</head>
<body>
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
v3.0.1</span></h3>
v3.0.3</span></h3>
<form name="optionsForm">
<label>
<input type="checkbox" name="preserveLastCode">
2 changes: 1 addition & 1 deletion src/partials/help-modal.html
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
</svg>
</a>

<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v3.0.1</small></h1>
<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v3.0.3</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>
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
@@ -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.1';
var version = '3.0.3';

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

0 comments on commit af20c8a

Please sign in to comment.