Skip to content

Commit 9ceba9f

Browse files
authored
Release 3.5.1
1 parent b1872b8 commit 9ceba9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,9 +1151,9 @@ def new_window(self, action, param):
11511151
def on_about_action(self, action, param):
11521152
dialog = Adw.AboutDialog()
11531153
dialog.set_application_name(jT["timer_title"])
1154-
dialog.set_version("3.5")
1154+
dialog.set_version("3.5.1")
11551155
dialog.set_developer_name("vikdevelop")
1156-
dialog.set_release_notes("<ul><li>Added option for selecting custom sound for the alarm clock</li></ul>")
1156+
dialog.set_release_notes("<ul><li>Added Tamil translations, thanks to @TamilNeram</li><li>Updated other translations</li></ul>")
11571157
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
11581158
dialog.set_website("https://github.com/vikdevelop/timer")
11591159
dialog.set_issue_url("https://github.com/vikdevelop/timer/issues")

0 commit comments

Comments
 (0)