diff --git a/package.json b/package.json
index 0526841..5ec1cce 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "web-maker",
- "version": "6.3.1",
+ "version": "6.3.4",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",
diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx
index ddd40e6..36a62d2 100644
--- a/src/components/Changelog.jsx
+++ b/src/components/Changelog.jsx
@@ -107,6 +107,12 @@ export function Changelog(props) {
Whats new?
+
+
+ Public creations are now working.
+
+
+
Extension Only: JavaScript is NOW WORKING, again! 🎉 The extension is
diff --git a/src/components/app.jsx b/src/components/app.jsx
index 2d494ff..545b4ec 100644
--- a/src/components/app.jsx
+++ b/src/components/app.jsx
@@ -84,7 +84,7 @@ if (module.hot) {
}
const UNSAVED_WARNING_COUNT = 15;
-const version = '6.3.1';
+const version = '6.3.4';
// Read forced settings as query parameters
window.forcedSettings = {};
diff --git a/src/manifest.json b/src/manifest.json
index 2f78e79..02a0e34 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Web Maker",
- "version": "6.3.3",
+ "version": "6.3.4",
"manifest_version": 3,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmaker.app",
diff --git a/src/options.html b/src/options.html
index 5f9e3a4..1696f8c 100644
--- a/src/options.html
+++ b/src/options.html
@@ -35,7 +35,7 @@
Settings
- v6.3.3
+ v6.3.4