Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 1d0c00a

Browse files
authored
🔧 Fixed reverse geocoding (#48)
* Fixed reverse search not working * 🔧 Updated version
1 parent 49cfe7a commit 1d0c00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Forecast/App.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def refresh_weather(self, action, param):
204204
def show_about(self, action, param):
205205
dialog = Adw.AboutWindow()
206206
dialog.set_application_name(_("Forecast"))
207-
dialog.set_version("1.0.0")
207+
dialog.set_version("1.1.2")
208208
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
209209
dialog.set_comments(_("â›… Check the weather!.\nUses openweathermap api"))
210210
dialog.set_website("https://forecast.salanileo.dev")

0 commit comments

Comments
 (0)