Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit d6939ee

Browse files
committed
Version 0.7.5-dev
1 parent bb0e3ff commit d6939ee

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.7.5-dev 2020-0X-XX by [@Alkarex](https://github.com/Alkarex)
2+
- Use published time instead of crawl time from API to show article publication date
3+
14
0.7.4 2020-04-19 by [@Alkarex](https://github.com/Alkarex)
25
- Fix warnings for F-Droid
36

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId "org.freshrss.easyrss"
1818
minSdkVersion 7
1919
targetSdkVersion 29
20-
versionCode 704
21-
versionName '0.7.4'
20+
versionCode 705
21+
versionName '0.7.5'
2222
}
2323
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<string name="Version">0.7.4</string>
4+
<string name="Version">0.7.5</string>
55

66
</resources>

0 commit comments

Comments
 (0)