Bump version

This commit is contained in:
WardPearce
2026-02-13 14:57:37 +13:00
parent d72696bca7
commit c28636b318
6 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 207
versionName "1.14.3"
versionCode 208
versionName "1.14.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -72,7 +72,11 @@
<releases>
<release version="1.14.3" date="2026-2-13">
<release version="1.14.4" date="2026-2-13">
<url>https://github.com/Materialious/Materialious/releases/tag/1.14.4</url>
</release>
<release version="1.14.3" date="2026-2-13">
<url>https://github.com/Materialious/Materialious/releases/tag/1.14.3</url>
</release>
<release version="1.14.2" date="2026-2-12">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.14.3",
"version": "1.14.4",
"description": "Modern material design for YouTube and Invidious.",
"author": {
"name": "Ward Pearce",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.14.3",
"version": "1.14.4",
"private": true,
"scripts": {
"dev": "npm run patch:github && vite dev",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.14.3"
LATEST_VERSION = "1.14.4"
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")