Bump version

This commit is contained in:
WardPearce
2025-08-04 17:51:12 +12:00
parent 182c0a1840
commit e2daaee889
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 140
versionName "1.9.23"
versionCode 141
versionName "1.10.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -57,7 +57,11 @@
<releases>
<release version="1.9.23" date="2025-7-28">
<release version="1.10.0" date="2025-8-04">
<url>https://github.com/Materialious/Materialious/releases/tag/1.10.0</url>
</release>
<release version="1.9.23" date="2025-7-28">
<url>https://github.com/Materialious/Materialious/releases/tag/1.9.23</url>
</release>
<release version="1.9.22" date="2025-7-26">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.9.23",
"version": "1.10.0",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.9.23",
"version": "1.10.0",
"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.9.23"
LATEST_VERSION = "1.10.0"
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")