Bump version

This commit is contained in:
WardPearce
2026-04-23 21:15:30 +12:00
parent 0452b0a4c9
commit 5d81f9f395
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 241
versionName "1.16.24"
versionCode 242
versionName "1.16.25"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -83,7 +83,11 @@
<release version="1.16.24" date="2026-4-07">
<release version="1.16.25" date="2026-4-23">
<url>https://github.com/Materialious/Materialious/releases/tag/1.16.25</url>
</release>
<release version="1.16.24" date="2026-4-07">
<url>https://github.com/Materialious/Materialious/releases/tag/1.16.24</url>
</release>
<release version="1.16.23" date="2026-3-25">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.16.24",
"version": "1.16.25",
"description": "Modern material design for YouTube and Invidious.",
"author": {
"name": "Ward Pearce",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.16.24",
"version": "1.16.25",
"private": true,
"scripts": {
"dev": "npm run patch:github && vite dev",
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.16.24"
LATEST_VERSION = "1.16.25"
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")