We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1040d7c commit 17a8cc1Copy full SHA for 17a8cc1
lib/foundation/app.dart
@@ -13,7 +13,7 @@ export "widget_utils.dart";
13
export "context.dart";
14
15
class _App {
16
- final version = "1.6.2";
+ final version = "1.6.3";
17
18
bool get isAndroid => Platform.isAndroid;
19
pubspec.yaml
@@ -2,7 +2,7 @@ name: venera
2
description: "A comic app."
3
publish_to: 'none'
4
5
-version: 1.6.2+162
+version: 1.6.3+163
6
7
environment:
8
sdk: '>=3.8.0 <4.0.0'
0 commit comments