Set the version to 0.3.3

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-03-25 15:43:20 +01:00
parent c14ef7bef1
commit 72ea048ed7
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

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