Update version code

This commit is contained in:
2025-01-16 17:52:30 +08:00
parent c640e6bfbf
commit 0011738820
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@ name: venera
description: "A comic app."
publish_to: 'none'
version: 1.1.4+114
version: 1.2.0+120
environment:
sdk: '>=3.6.0 <4.0.0'