update version code

This commit is contained in:
2024-12-01 18:57:35 +08:00
committed by nyne
parent 705c448cfe
commit df2ba6efd1
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.0.7";
final version = "1.0.8";
bool get isAndroid => Platform.isAndroid;

View File

@@ -2,7 +2,7 @@ name: venera
description: "A comic app."
publish_to: 'none'
version: 1.0.7+107
version: 1.0.8+108
environment:
sdk: '>=3.5.0 <4.0.0'