Skip to content

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
wgh136 committed Dec 13, 2024
1 parent dac07cf commit b6cccb7
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.1.0";
final version = "1.1.1";

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.1.0+110
version: 1.1.1+111

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

0 comments on commit b6cccb7

Please sign in to comment.