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

Commit 2499a96

Browse files
committed
Release 0.7.2
1 parent 84d9c64 commit 2499a96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.7.1 2020-04-15 by [@Alkarex](https://github.com/Alkarex)
1+
0.7.2 2020-04-15 by [@Alkarex](https://github.com/Alkarex)
22
- Stable release
33

44
0.7.0 2020-04-14 by [@Alkarex](https://github.com/Alkarex)

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 701
21-
versionName '0.7.1'
20+
versionCode 702
21+
versionName '0.7.2'
2222
}
2323
}
Lines changed: 2 additions & 2 deletions
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.1</string>
4+
<string name="Version">0.7.2</string>
55

6-
</resources>
6+
</resources>

0 commit comments

Comments
 (0)