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 18, 2024
1 parent ce6f65f commit 8db52c9
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.5";
final version = "1.0.6";

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.5+105
version: 1.0.6+106

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

0 comments on commit 8db52c9

Please sign in to comment.