Bump version

This commit is contained in:
WardPearce
2025-06-03 19:33:33 +12:00
parent 344f3694dc
commit a05ee5127d
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 114
versionName "1.8.10"
versionCode 115
versionName "1.8.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -59,7 +59,11 @@
<release version="1.8.10" date="2025-6-02">
<release version="1.8.11" date="2025-6-03">
<url>https://github.com/Materialious/Materialious/releases/tag/1.8.11</url>
</release>
<release version="1.8.10" date="2025-6-02">
<url>https://github.com/Materialious/Materialious/releases/tag/1.8.10</url>
</release>
<release version="1.8.9" date="2025-6-01">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.8.10",
"version": "1.8.11",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.8.10",
"version": "1.8.11",
"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.8.10"
LATEST_VERSION = "1.8.11"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(