Update version code.

This commit is contained in:
2025-03-28 10:59:48 +08:00
parent 48338e4ef7
commit 0f2d0bb9f9
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export "widget_utils.dart";
export "context.dart";
class _App {
final version = "1.3.3";
final version = "1.3.4";
bool get isAndroid => Platform.isAndroid;

View File

@@ -2,7 +2,7 @@ name: venera
description: "A comic app."
publish_to: 'none'
version: 1.3.3+133
version: 1.3.4+134
environment:
sdk: '>=3.6.0 <4.0.0'