Skip to content

Commit

Permalink
Update the minimum version for the app
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHanafy725 committed May 26, 2024
1 parent 9c97d36 commit f288a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@api_misc.route("/minimumversion", methods=["get"])
def minimum_version_handler():
response = Response(
response=json.dumps({"android": 70, "ios": 70}), mimetype="application/json"
response=json.dumps({"android": 177, "ios": 177}), mimetype="application/json"
)
return response

Expand Down

0 comments on commit f288a93

Please sign in to comment.