File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # PodEngine 2.3 – Podcast Feed Library
1
+ # PodEngine 2.4 – Podcast Feed Library
2
2
3
3
## Java library for parsing your podcast feeds 🚀
4
4
* Written in Java 7 🤖
@@ -17,7 +17,7 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- compile 'com.icosillion.podengine:podengine:2.3 '
20
+ compile 'com.icosillion.podengine:podengine:2.4 '
21
21
}
22
22
```
23
23
@@ -35,7 +35,7 @@ dependencies {
35
35
<dependency >
36
36
<groupId >com.icosillion.podengine</groupId >
37
37
<artifactId >podengine</artifactId >
38
- <version >2.3 </version >
38
+ <version >2.4 </version >
39
39
</dependency >
40
40
</dependencies >
41
41
```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'java'
6
6
apply plugin : ' maven-publish'
7
7
8
8
group = ' com.icosillion.podengine'
9
- version = ' 2.3 '
9
+ version = ' 2.4 '
10
10
11
11
description = """ Simple library to read podcast feeds"""
12
12
You can’t perform that action at this time.
0 commit comments