Skip to content

Commit 17a8cc1

Browse files
committed
Update version code
1 parent 1040d7c commit 17a8cc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/foundation/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export "widget_utils.dart";
1313
export "context.dart";
1414

1515
class _App {
16-
final version = "1.6.2";
16+
final version = "1.6.3";
1717

1818
bool get isAndroid => Platform.isAndroid;
1919

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: venera
22
description: "A comic app."
33
publish_to: 'none'
44

5-
version: 1.6.2+162
5+
version: 1.6.3+163
66

77
environment:
88
sdk: '>=3.8.0 <4.0.0'

0 commit comments

Comments
 (0)