diff --git a/src/components/Notifications.jsx b/src/components/Notifications.jsx
index a3493a8..dd757f9 100644
--- a/src/components/Notifications.jsx
+++ b/src/components/Notifications.jsx
@@ -114,6 +114,11 @@ export function Notifications(props) {
return (
Whats new?
+
+
+ Add library feature is fixed.
+
+
We are Back! 😎: After almost 2 years of nothing
diff --git a/src/components/app.jsx b/src/components/app.jsx
index 28fb08c..f9bf3e1 100644
--- a/src/components/app.jsx
+++ b/src/components/app.jsx
@@ -78,7 +78,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
-const version = '5.0.0';
+const version = '5.0.1';
// Read forced settings as query parameters
window.forcedSettings = {};
diff --git a/src/manifest.json b/src/manifest.json
index 821412c..f6e5683 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Web Maker",
- "version": "5.0.0",
+ "version": "5.0.1",
"manifest_version": 2,
"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 f640033..16496a0 100644
--- a/src/options.html
+++ b/src/options.html
@@ -35,7 +35,7 @@
Settings
- v5.0.0
+ v5.0.1