Skip to content

Commit f00f5f1

Browse files
authored
update rel notes
1 parent d27011d commit f00f5f1

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
@@ -1218,10 +1218,10 @@ def on_shortcuts_action(self, action, param):
12181218
def on_about_action(self, action, param):
12191219
dialog = Adw.AboutWindow(transient_for=app.get_active_window())
12201220
dialog.set_application_name(jT["timer_title"])
1221-
dialog.set_version("3.3.4")
1221+
dialog.set_version("3.3.5")
12221222
dialog.set_developer_name("vikdevelop")
12231223
self.add_translations_link(dialog)
1224-
dialog.set_release_notes("<p>Fixed minor bugs with timing in the entry box after using shortcuts</p>")
1224+
dialog.set_release_notes("<p>Updated translations and added brand colors</p>")
12251225
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
12261226
dialog.set_website("https://github.com/vikdevelop/timer")
12271227
dialog.set_issue_url("https://github.com/vikdevelop/timer/issues")

0 commit comments

Comments
 (0)