Skip to content

Commit ad27195

Browse files
committed
version bump
1 parent 9e1fd89 commit ad27195

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Logger is a user-friendly Android application built with Flutter that empowers y
4747
<li>Korean (ko)</li>
4848
<li>Finnish (fi)</li>
4949
<li>Japanese (ja)</li>
50+
<li>Turkish (tr)</li>
5051
</ol>
5152
</details>
5253

@@ -85,7 +86,7 @@ For inquiries or feedback, feel free to reach out via:
8586
This section provides options to download the Logger app, both the official release and the build available on the F-Droid repository. Choose the method that best suits your needs.
8687

8788
<p>
88-
<a href="https://github.com/Sanmeet007/logger/releases/tag/v3.0.8">
89+
<a href="https://github.com/Sanmeet007/logger/releases/tag/v3.1.0">
8990
<img src="https://img.shields.io/badge/download%20now-%236a1ae3.svg?&style=for-the-badge&logoColor=white" alt="Download link button" width="160" height="40"/>
9091
</a>
9192
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.logger.app/">

lib/utils/app_information.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AppInformation {
22
static String getVersion() {
3-
return "3.0.8";
3+
return "3.1.0";
44
}
55

66
static String supportURL() {

0 commit comments

Comments
 (0)