Skip to content

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
wgh136 committed Jan 6, 2025
1 parent fb1b017 commit 08e8a45
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.3";
final version = "1.1.4";

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.3+113
version: 1.1.4+114

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

0 comments on commit 08e8a45

Please sign in to comment.