Skip to content

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
wgh136 committed Nov 24, 2024
1 parent 5bc3dda commit 4b32165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/foundation/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export "widget_utils.dart";
export "context.dart";

class _App {
final version = "1.0.6";
final version = "1.0.7";

bool get isAndroid => Platform.isAndroid;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: venera
description: "A comic app."
publish_to: 'none'

version: 1.0.6+106
version: 1.0.7+107

environment:
sdk: '>=3.5.0 <4.0.0'
Expand Down

0 comments on commit 4b32165

Please sign in to comment.