Bump versions

This commit is contained in:
ward
2025-06-24 23:38:23 +12:00
parent b5a2402b3a
commit 0c04a32f41
6 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 132
versionName "1.9.15"
versionCode 133
versionName "1.9.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -67,7 +67,11 @@
<release version="1.9.15" date="2025-6-23">
<release version="1.9.16" date="2025-6-24">
<url>https://github.com/Materialious/Materialious/releases/tag/1.9.16</url>
</release>
<release version="1.9.15" date="2025-6-23">
<url>https://github.com/Materialious/Materialious/releases/tag/1.9.15</url>
</release>
<release version="1.9.14" date="2025-6-23">
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "Materialious",
"version": "1.9.14",
"version": "1.9.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Materialious",
"version": "1.9.14",
"version": "1.9.16",
"license": "MIT",
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.9.15",
"version": "1.9.16",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.9.15",
"version": "1.9.16",
"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.15"
LATEST_VERSION = "1.9.16"
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")