Update 'build.gradle'

This commit is contained in:
5gi 2022-11-17 07:20:22 -05:00
parent b3b37d0ac5
commit fab65fde3a

View File

@ -5,7 +5,7 @@ plugins {
}
apply plugin: 'maven-publish'
group 'com.the5gi.deepj'
version '1.3.2'
version '1.3.3'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11