Update version code

This commit is contained in:
ynyx631
2025-11-29 15:08:25 +08:00
parent 781ff2553d
commit 0b261f81ba
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.6.0";
final version = "1.6.1";
bool get isAndroid => Platform.isAndroid;

View File

@@ -2,7 +2,7 @@ name: venera
description: "A comic app."
publish_to: 'none'
version: 1.6.0+160
version: 1.6.1+161
environment:
sdk: '>=3.8.0 <4.0.0'