- Materialious is a client for Invidious using material design. It lets you browse and watch videos, manage playlists and visit channels.
+ Materialious is a client for Invidious and YouTube using material design. It lets you browse and watch videos, manage playlists and visit channels.
Features:
- Invidious companion support
@@ -69,7 +69,11 @@
intense
-
+
+
+ https://github.com/Materialious/Materialious/releases/tag/1.14.2
+
+
https://github.com/Materialious/Materialious/releases/tag/1.14.1
diff --git a/materialious/electron/package.json b/materialious/electron/package.json
index 509d2480..3908b932 100644
--- a/materialious/electron/package.json
+++ b/materialious/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "Materialious",
- "version": "1.14.1",
+ "version": "1.14.2",
"description": "Modern material design for YouTube and Invidious.",
"author": {
"name": "Ward Pearce",
diff --git a/materialious/package.json b/materialious/package.json
index b154e86c..f1773445 100644
--- a/materialious/package.json
+++ b/materialious/package.json
@@ -1,6 +1,6 @@
{
"name": "materialious",
- "version": "1.14.1",
+ "version": "1.14.2",
"private": true,
"scripts": {
"dev": "npm run patch:github && vite dev",
diff --git a/update_versions.py b/update_versions.py
index 300eeeb6..5c5672f5 100644
--- a/update_versions.py
+++ b/update_versions.py
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
-LATEST_VERSION = "1.14.1"
+LATEST_VERSION = "1.14.2"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")