Skip to content

Commit

Permalink
Set the minimum app version
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHanafy725 committed Nov 20, 2024
1 parent 64a0a4d commit 36bb7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A decentralized login application

publish_to: "none"

version: 4.0.0+183
version: 4.0.0+184

environment:
sdk: ">=3.0.0"
Expand Down
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": 178, "ios": 178}), mimetype="application/json"
response=json.dumps({"android": 184, "ios": 183}), mimetype="application/json"
)
return response

Expand Down

0 comments on commit 36bb7e1

Please sign in to comment.