Set the version to 0.3.4

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-03-26 18:45:32 +01:00
parent b8663dd342
commit 4d5c0f8d83
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ plugins {
}
group = "fr.username404"
version = "0.3.3"
version = "0.3.4"
val groupAndName = "${rootProject.group}.${rootProject.name.toLowerCase()}"
val javaVer: String = "8"