docs(release): bump to v4.2 with changelog and update metadata

This commit is contained in:
Enginex0
2026-03-10 16:55:39 +01:00
parent 8876f5bc5f
commit 938d414ebf
3 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ val gitExecutor = objects.newInstance(GitExecutor::class.java)
val gitCommitCount = gitExecutor.execute("git rev-list HEAD --count", rootDir).toInt()
val gitCommitHash = gitExecutor.execute("git rev-parse --verify --short HEAD", rootDir)
val verName = "v4.1"
val verName = "v4.2"
android {
namespace = "org.matrix.TEESimulator"