File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' app.tozzi'
8- version = ' 5.1.1 '
8+ version = ' 5.1.2 '
99
1010compileJava {
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.1 "
69+ version = " 5.1.2 "
7070 from components. java
7171 pom {
7272 name = ' pec-parser'
Original file line number Diff line number Diff line change @@ -28,24 +28,16 @@ description:
2828
2929 _Maven_
3030
31- `
32-
33- <dependency>
34-
31+ `<dependency>
3532 <groupId>app.tozzi</groupId>
36-
3733 <artifactId>pec-parser</artifactId>
38-
39- <version>5.1.1</version>
40-
41- </dependency>
42-
43- `
34+ <version>5.1.2</version>
35+ </dependency>`
4436
4537
4638 _Gradle_
4739
48- `implementation("app.tozzi.mail:pec-parser:5.1.1 ")`
40+ `implementation("app.tozzi.mail:pec-parser:5.1.2 ")`
4941
5042 **Requisiti**
5143
@@ -150,7 +142,7 @@ platforms:
150142 - linux
151143 - ios
152144 - android
153- releaseDate : ' 2025-04-19 '
145+ releaseDate : ' 2025-05-28 '
154146softwareType : standalone/web
155- softwareVersion : 5.1.1
147+ softwareVersion : 5.1.2
156148url : ' https://github.com/biagioT/java-pec-parser'
You can’t perform that action at this time.
0 commit comments