Skip to content

Commit 36bb7e1

Browse files
Set the minimum app version
1 parent 64a0a4d commit 36bb7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A decentralized login application
33

44
publish_to: "none"
55

6-
version: 4.0.0+183
6+
version: 4.0.0+184
77

88
environment:
99
sdk: ">=3.0.0"

backend/routes/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@api_misc.route("/minimumversion", methods=["get"])
1111
def minimum_version_handler():
1212
response = Response(
13-
response=json.dumps({"android": 178, "ios": 178}), mimetype="application/json"
13+
response=json.dumps({"android": 184, "ios": 183}), mimetype="application/json"
1414
)
1515
return response
1616

0 commit comments

Comments
 (0)