chore: release v2.1.1

This commit is contained in:
grimsi
2025-10-03 21:19:52 +00:00
committed by github-actions[bot]
parent 4acbd80a54
commit 33b8b8c1b8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "gameyfin", "name": "gameyfin",
"version": "2.1.1-preview", "version": "2.1.1",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@heroui/react": "2.7.9", "@heroui/react": "2.7.9",
@@ -265,4 +265,4 @@
"disableUsageStatistics": true, "disableUsageStatistics": true,
"hash": "dba97848bdace60924f9cee496353baae70cfa4fccc7bacaf827807c51908866" "hash": "dba97848bdace60924f9cee496353baae70cfa4fccc7bacaf827807c51908866"
} }
} }
+1 -1
View File
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
import java.nio.file.Files import java.nio.file.Files
group = "org.gameyfin" group = "org.gameyfin"
version = "2.1.1-preview" version = "2.1.1"
allprojects { allprojects {
repositories { repositories {