Skip to content

Commit 855e3ad

Browse files
committed
Bump version
1 parent 5e28058 commit 855e3ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PodEngine 2.3 – Podcast Feed Library
1+
# PodEngine 2.4 – Podcast Feed Library
22

33
## Java library for parsing your podcast feeds 🚀
44
* Written in Java 7 🤖
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
1919
dependencies {
20-
compile 'com.icosillion.podengine:podengine:2.3'
20+
compile 'com.icosillion.podengine:podengine:2.4'
2121
}
2222
```
2323

@@ -35,7 +35,7 @@ dependencies {
3535
<dependency>
3636
<groupId>com.icosillion.podengine</groupId>
3737
<artifactId>podengine</artifactId>
38-
<version>2.3</version>
38+
<version>2.4</version>
3939
</dependency>
4040
</dependencies>
4141
```

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'java'
66
apply plugin: 'maven-publish'
77

88
group = 'com.icosillion.podengine'
9-
version = '2.3'
9+
version = '2.4'
1010

1111
description = """Simple library to read podcast feeds"""
1212

0 commit comments

Comments
 (0)