Skip to content

Commit e8fb699

Browse files
committed
bump to 2.9.7
1 parent 936a3df commit e8fb699

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-maker",
3-
"version": "2.9.6",
3+
"version": "2.9.7",
44
"description": "A blazing fast & offline web playground",
55
"main": "index.html",
66
"devDependencies": {

src/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "Web Maker",
3-
"version": "2.9.6",
3+
"version": "2.9.7",
44
"manifest_version": 2,
55
"description": "Blazing fast & offline playground for your web experiments",
66
"homepage_url": "https://webmakerapp.com",
77
"permissions": ["storage", "tabs", "<all_urls>"],
88
"optional_permissions": ["downloads"],
9-
"content_security_policy": "script-src 'self' filesystem: http://localhost:* https://localhost:* https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
9+
"content_security_policy":
10+
"script-src 'self' filesystem: http://localhost:* https://localhost:* https://ajax.googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://unpkg.com https://maxcdn.com https://cdn77.com https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net/ https://*.stripe.com/ https://builds.framerjs.com/ https://rawgit.com https://wzrd.in https://www.gstatic.com https://semantic-ui.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
1011
"options_ui": {
1112
"page": "options.html",
1213
"chrome_style": true

src/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</head>
3030
<body>
3131
<h3>Settings <span style="opacity: 0.6;font-size:0.7em;">
32-
v2.9.6</span></h3>
32+
v2.9.7</span></h3>
3333
<form name="optionsForm">
3434
<label>
3535
<input type="checkbox" name="preserveLastCode">

src/partials/help-modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</svg>
55
</a>
66

7-
<h1>Web Maker<small style="font-size:14px;"> v2.9.6</small></h1>
7+
<h1>Web Maker<small style="font-size:14px;"> v2.9.7</small></h1>
88

99
<div>
1010
<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>

src/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ globalConsoleContainerEl, externalLibrarySearchInput, keyboardShortcutsModal
1313
(function(alertsService) {
1414
/* eslint-enable no-extra-semi */
1515
var scope = scope || {};
16-
var version = '2.9.6';
16+
var version = '2.9.7';
1717

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

0 commit comments

Comments
 (0)