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 {
5
5
}
6
6
7
7
group = ' app.tozzi'
8
- version = ' 5.1.1 '
8
+ version = ' 5.1.2 '
9
9
10
10
compileJava {
11
11
sourceCompatibility = JavaVersion . VERSION_17
@@ -66,7 +66,7 @@ publishing {
66
66
mavenJava(MavenPublication ) {
67
67
group = ' app.tozzi'
68
68
artifactId = ' pec-parser'
69
- version = " 5.1.1 "
69
+ version = " 5.1.2 "
70
70
from components. java
71
71
pom {
72
72
name = ' pec-parser'
Original file line number Diff line number Diff line change @@ -28,24 +28,16 @@ description:
28
28
29
29
_Maven_
30
30
31
- `
32
-
33
- <dependency>
34
-
31
+ `<dependency>
35
32
<groupId>app.tozzi</groupId>
36
-
37
33
<artifactId>pec-parser</artifactId>
38
-
39
- <version>5.1.1</version>
40
-
41
- </dependency>
42
-
43
- `
34
+ <version>5.1.2</version>
35
+ </dependency>`
44
36
45
37
46
38
_Gradle_
47
39
48
- `implementation("app.tozzi.mail:pec-parser:5.1.1 ")`
40
+ `implementation("app.tozzi.mail:pec-parser:5.1.2 ")`
49
41
50
42
**Requisiti**
51
43
@@ -150,7 +142,7 @@ platforms:
150
142
- linux
151
143
- ios
152
144
- android
153
- releaseDate : ' 2025-04-19 '
145
+ releaseDate : ' 2025-05-28 '
154
146
softwareType : standalone/web
155
- softwareVersion : 5.1.1
147
+ softwareVersion : 5.1.2
156
148
url : ' https://github.com/biagioT/java-pec-parser'
You can’t perform that action at this time.
0 commit comments