Bump version

This commit is contained in:
WardPearce
2025-12-23 16:51:42 +13:00
parent b9cad4422a
commit 8ff6cdf4e0
5 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 179
versionName "1.12.7"
versionCode 180
versionName "1.12.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -76,7 +76,11 @@
<release version="1.12.7" date="2025-12-22">
<release version="1.12.8" date="2025-12-23">
<url>https://github.com/Materialious/Materialious/releases/tag/1.12.8</url>
</release>
<release version="1.12.7" date="2025-12-22">
<url>https://github.com/Materialious/Materialious/releases/tag/1.12.7</url>
</release>
<release version="1.12.6" date="2025-12-22">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.12.7",
"version": "1.12.8",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.12.7",
"version": "1.12.8",
"private": true,
"scripts": {
"dev": "vite dev",
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.12.7"
LATEST_VERSION = "1.12.8"
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")