We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a0a4d commit 36bb7e1Copy full SHA for 36bb7e1
app/pubspec.yaml
@@ -3,7 +3,7 @@ description: A decentralized login application
3
4
publish_to: "none"
5
6
-version: 4.0.0+183
+version: 4.0.0+184
7
8
environment:
9
sdk: ">=3.0.0"
backend/routes/misc.py
@@ -10,7 +10,7 @@
10
@api_misc.route("/minimumversion", methods=["get"])
11
def minimum_version_handler():
12
response = Response(
13
- response=json.dumps({"android": 178, "ios": 178}), mimetype="application/json"
+ response=json.dumps({"android": 184, "ios": 183}), mimetype="application/json"
14
)
15
return response
16
0 commit comments