Bump version

This commit is contained in:
WardPearce
2026-02-10 23:37:48 +13:00
parent e175e49322
commit acffdce8a0
7 changed files with 11 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 199
versionName "1.13.15"
versionCode 200
versionName "1.13.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -98,7 +98,11 @@
<release version="1.13.15" date="2026-2-10">
<release version="1.13.16" date="2026-2-10">
<url>https://github.com/Materialious/Materialious/releases/tag/1.13.16</url>
</release>
<release version="1.13.15" date="2026-2-10">
<url>https://github.com/Materialious/Materialious/releases/tag/1.13.15</url>
</release>
<release version="1.13.14" date="2026-2-09">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.13.15",
"version": "1.13.16",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
-1
View File
@@ -190,7 +190,6 @@ export class ElectronCapacitorApp {
globalShortcut.register('Control+Shift+I', () => {
this.MainWindow.webContents.toggleDevTools();
});
this.MainWindow.webContents.toggleDevTools();
// Security
this.MainWindow.webContents.setWindowOpenHandler((details) => {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.13.15",
"version": "1.13.16",
"private": true,
"scripts": {
"dev": "npm run patch:github && vite dev",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.13.15"
LATEST_VERSION = "1.13.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")