Bump version to 1.11.1

This commit is contained in:
WardPearce
2025-11-05 02:07:08 +13:00
parent 2faaaabb74
commit d775da9e35
5 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 160
versionName "1.11.0"
versionCode 161
versionName "1.11.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -70,7 +70,11 @@
<release version="1.11.0" date="2025-11-04">
<release version="1.11.1" date="2025-11-05">
<url>https://github.com/Materialious/Materialious/releases/tag/1.11.1</url>
</release>
<release version="1.11.0" date="2025-11-04">
<url>https://github.com/Materialious/Materialious/releases/tag/1.11.0</url>
</release>
<release version="1.10.18" date="2025-11-02">
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.11.0",
"version": "1.11.1",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
@@ -44,4 +44,4 @@
"capacitor",
"electron"
]
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.11.0",
"version": "1.11.1",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -71,4 +71,4 @@
"svelte-persisted-store": "^0.12.0",
"youtubei.js": "^16.0.1"
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.11.0"
LATEST_VERSION = "1.11.1"
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")