Skip to content

Commit

Permalink
bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed May 16, 2018
1 parent dd78c2f commit 690ba7d
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": "3.1.1",
"version": "3.2.0",
"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": "3.1.1",
"version": "3.2.0",
"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 @@ -37,7 +37,7 @@
<body>
<h3>Settings
<span style="opacity: 0.6;font-size:0.7em;">
v3.1.1</span>
v3.2.0</span>
</h3>
<form name="optionsForm">
<label>
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 @@ -6,7 +6,7 @@

<h1>
<div class="web-maker-with-tag">Web Maker</div>
<small style="font-size:14px;"> v3.1.1</small>
<small style="font-size:14px;"> v3.2.0</small>
</h1>

<div>
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.1.1';
var version = '3.2.0';

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

0 comments on commit 690ba7d

Please sign in to comment.