Skip to content

Commit d195e5d

Browse files
More minor bugfixes
1 parent 9aee462 commit d195e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flightsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Check for updates
2121
import requests
2222

23-
version = "v1.1.2"
23+
version = "v1.1.4"
2424
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
2525
latest_version = response.url.split("/").pop()
2626
print(f"Using version {version}")

0 commit comments

Comments
 (0)