We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24303cd commit dc3493eCopy full SHA for dc3493e
1 file changed
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'app.tozzi'
8
-version = '5.2.0'
+version = '5.2.1'
9
10
compileJava {
11
sourceCompatibility = JavaVersion.VERSION_17
@@ -66,7 +66,7 @@ publishing {
66
mavenJava(MavenPublication) {
67
68
artifactId = 'pec-parser'
69
- version = "5.2.0"
+ version = "5.2.1"
70
from components.java
71
pom {
72
name = 'pec-parser'
0 commit comments