Skip to content

Commit c9015cd

Browse files
authored
Update build.gradle
1 parent 0fb9a25 commit c9015cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'app.tozzi'
8-
version = '5.1.0'
8+
version = '5.1.1'
99

1010
compileJava {
1111
sourceCompatibility = JavaVersion.VERSION_17
@@ -66,7 +66,7 @@ publishing {
6666
mavenJava(MavenPublication) {
6767
group = 'app.tozzi'
6868
artifactId = 'pec-parser'
69-
version = "5.1.0"
69+
version = "5.1.1"
7070
from components.java
7171
pom {
7272
name = 'pec-parser'

0 commit comments

Comments
 (0)