Update version code

This commit is contained in:
2025-02-09 19:32:10 +08:00
parent df4263f969
commit 0b65b4ab53
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export "widget_utils.dart";
export "context.dart";
class _App {
final version = "1.2.3";
final version = "1.2.4";
bool get isAndroid => Platform.isAndroid;

View File

@@ -2,7 +2,7 @@ name: venera
description: "A comic app."
publish_to: 'none'
version: 1.2.3+123
version: 1.2.4+124
environment:
sdk: '>=3.6.0 <4.0.0'
@@ -82,7 +82,7 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^5.0.0
flutter_to_arch: ^1.0.1
flutter_to_debian:
flutter_to_debian: ^2.0.2
flutter:
uses-material-design: true