1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-19 21:11:13 +02:00

bump to 3.1.0

This commit is contained in:
Kushagra Gour
2018-04-15 20:09:40 +05:30
parent 09b1ed8965
commit d2af6d9147
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "3.0.4",
"version": "3.1.0",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "3.0.4",
"version": "3.1.0",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmakerapp.com",

View File

@@ -37,7 +37,7 @@
<body>
<h3>Settings
<span style="opacity: 0.6;font-size:0.7em;">
v3.0.4</span>
v3.1.0</span>
</h3>
<form name="optionsForm">
<label>

View File

@@ -6,7 +6,7 @@
<h1>
<div class="web-maker-with-tag">Web Maker</div>
<small style="font-size:14px;"> v3.0.4</small>
<small style="font-size:14px;"> v3.1.0</small>
</h1>
<div>

View File

@@ -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.4';
var version = '3.1.0';
if (window.DEBUG) {
window.scope = scope;