Bump version

This commit is contained in:
WardPearce
2024-09-22 02:07:42 +12:00
parent 1346d5b349
commit 64ad345650
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "us.materialio.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 45
versionName "1.5.4"
versionCode 46
versionName "1.5.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Materialious",
"version": "1.5.4",
"version": "1.5.5",
"description": "Modern material design for Invidious.",
"author": {
"name": "Ward Pearce",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "materialious",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -72,4 +72,4 @@
"terser": "^5.33.0",
"vidstack": "^1.12.9"
}
}
}