diff --git a/package.json b/package.json index f176755..c54f31b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/manifest.json b/src/manifest.json index bfaaf21..e76dde4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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", diff --git a/src/options.html b/src/options.html index 2e405b1..84e8a33 100644 --- a/src/options.html +++ b/src/options.html @@ -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> diff --git a/src/partials/help-modal.html b/src/partials/help-modal.html index c42c90e..8ac40e4 100644 --- a/src/partials/help-modal.html +++ b/src/partials/help-modal.html @@ -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> diff --git a/src/script.js b/src/script.js index 9f64bc8..d5dee8d 100644 --- a/src/script.js +++ b/src/script.js @@ -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;