Bump versions

This commit is contained in:
WardPearce
2025-04-02 23:39:42 +13:00
parent 88c301662c
commit ca6e7b2c81
5 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 98
versionName "1.7.16"
versionCode 99
versionName "1.7.17"
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.7.16" date="2025-4-02">
<release version="1.7.17" date="2025-4-02">
<url>https://github.com/Materialious/Materialious/releases/tag/1.7.17</url>
</release>
<release version="1.7.16" date="2025-4-02">
<url>https://github.com/Materialious/Materialious/releases/tag/1.7.16</url>
</release>
<release version="1.7.15" date="2025-2-23">
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.7.16",
"version": "1.7.17",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
@@ -44,4 +44,4 @@
"capacitor",
"electron"
]
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.7.16",
"version": "1.7.17",
"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.7.16"
LATEST_VERSION = "1.7.17"
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")