Skip to content

Commit

Permalink
build: update build number and ui version text
Browse files Browse the repository at this point in the history
  • Loading branch information
Moseco committed Oct 20, 2024
1 parent 0817550 commit bea2e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/views/about/about_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AboutView extends StackedView<AboutViewModel> {
'Sagase',
style: TextStyle(fontSize: 24),
),
const Text('1.1.0'),
const Text('1.2.0'),
const SizedBox(height: 16),
Text.rich(
textAlign: TextAlign.left,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Japanese-English dictionary and learning app.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.2.0+15
version: 1.2.0+16

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

0 comments on commit bea2e24

Please sign in to comment.