Bump version

This commit is contained in:
WardPearce
2025-11-02 18:47:29 +13:00
parent 2627c076a6
commit 4189b6e7b1
6 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 158
versionName "1.10.17"
versionCode 159
versionName "1.10.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
@@ -68,7 +68,11 @@
</content_rating>
<releases>
<release version="1.10.17" date="2025-10-16">
<release version="1.10.18" date="2025-11-02">
<url>https://github.com/Materialious/Materialious/releases/tag/1.10.18</url>
</release>
<release version="1.10.17" date="2025-10-16">
<url>https://github.com/Materialious/Materialious/releases/tag/1.10.17</url>
</release>
<release version="1.10.16" date="2025-10-15">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.10.17",
"version": "1.10.18",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+4 -4
View File
@@ -35,7 +35,7 @@
"sponsorblock-api": "^0.2.4",
"svelte-infinite-loading": "^1.4.0",
"svelte-persisted-store": "^0.12.0",
"youtubei.js": "^16.0.0"
"youtubei.js": "^16.0.1"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
@@ -14002,9 +14002,9 @@
}
},
"node_modules/youtubei.js": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/youtubei.js/-/youtubei.js-16.0.0.tgz",
"integrity": "sha512-aMx+ulnrxzsgVsxTr7gbBVnIjti2NQUlMwCoo1/MzICCJS3iMLOPUFdo7bSpwskL6ljzQ/LxmmB4WQC3FtkBlA==",
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/youtubei.js/-/youtubei.js-16.0.1.tgz",
"integrity": "sha512-3802bCAGkBc2/G5WUTc0l/bO5mPYJbQAHL04d9hE9PnrDHoBUT8MN721Yqt4RCNncAXdHcfee9VdJy3Fhq1r5g==",
"funding": [
"https://github.com/sponsors/LuanRT"
],
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.10.17",
"version": "1.10.18",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -68,6 +68,6 @@
"sponsorblock-api": "^0.2.4",
"svelte-infinite-loading": "^1.4.0",
"svelte-persisted-store": "^0.12.0",
"youtubei.js": "^16.0.0"
"youtubei.js": "^16.0.1"
}
}
}
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.10.17"
LATEST_VERSION = "1.10.18"
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")